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 e0d7259 commit 077b6d7Copy full SHA for 077b6d7
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.3.0 - 2016-08-26
2
+
3
+- Added: calc identifier from unresolved nested expressions are removed for
4
+ better browser support
5
+ ([#19](https://github.com/MoOx/reduce-css-calc/pull/19) - @ben-eb)
6
7
# 1.2.8 - 2016-08-26
8
9
- 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.8",
+ "version": "1.3.0",
"description": "Reduce CSS calc() function to the maximum",
"keywords": [
"css",
0 commit comments