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 1ce8bd0 commit da7bce7Copy full SHA for da7bce7
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 1.2.4 - 2016-06-09
2
+
3
+- Fixed: zero values are not unitless anymore.
4
+ Browsers do not calculate calc() with 0 unitless values.
5
+ http://jsbin.com/punivivipo/edit?html,css,output
6
+ ([#11](https://github.com/MoOx/reduce-css-calc/pull/11))
7
8
# 1.2.3 - 2016-04-28
9
10
- Fixed: wrong rouding in some edge cases
package.json
@@ -1,6 +1,7 @@
{
"name": "reduce-css-calc",
- "version": "1.2.3",
+ "version": "1.2.4",
"description": "Reduce CSS calc() function to the maximum",
"keywords": [
"css",
0 commit comments