Skip to content

Commit da7bce7

Browse files
committed
1.2.4
1 parent 1ce8bd0 commit da7bce7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# 1.2.3 - 2016-04-28
29

310
- Fixed: wrong rouding in some edge cases

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
12
{
23
"name": "reduce-css-calc",
3-
"version": "1.2.3",
4+
"version": "1.2.4",
45
"description": "Reduce CSS calc() function to the maximum",
56
"keywords": [
67
"css",

0 commit comments

Comments
 (0)