We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1757bd7 commit f8b50e3Copy full SHA for f8b50e3
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.2.8 - 2016-08-26
2
+
3
+- Fixed: regression from 1.2.5 on calc() with value without leading 0
4
+ ([#17](https://github.com/MoOx/reduce-css-calc/pull/17) - @ben-eb)
5
6
# 1.2.7 - 2016-08-22
7
8
- Fixed: regression from 1.2.5 on calc() with value without leading 0
package.json
@@ -1,6 +1,6 @@
{
"name": "reduce-css-calc",
- "version": "1.2.7",
+ "version": "1.2.8",
"description": "Reduce CSS calc() function to the maximum",
"keywords": [
"css",
0 commit comments