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 e183c4d commit b924f5dCopy full SHA for b924f5d
CHANGELOG.md
@@ -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
6
# 1.2.1 - 2016-02-22
7
8
- Fixed: uppercase letters in units are now supported
package.json
@@ -1,6 +1,6 @@
{
"name": "reduce-css-calc",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "Reduce CSS calc() function to the maximum",
"keywords": [
"css",
0 commit comments