Skip to content

Commit b924f5d

Browse files
committed
1.2.2
1 parent e183c4d commit b924f5d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.2.2 - 2016-04-19
2+
3+
- Fixed: Don't reduce expression containing CSS variables.
4+
([#9](https://github.com/MoOx/reduce-css-calc/pull/9))
5+
16
# 1.2.1 - 2016-02-22
27

38
- Fixed: uppercase letters in units are now supported

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reduce-css-calc",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Reduce CSS calc() function to the maximum",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)