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 3ec89b5 commit 8c76f2fCopy full SHA for 8c76f2f
CHANGELOG.md
@@ -1,7 +1,9 @@
1
+# 1.2.6 - 2016-08-22
2
+
3
- Fixed: regression from 1.2.5 on calc() on multiple lines
4
(@MoOx)
5
-# 1.2.5 - 2016-08-20
6
+# 1.2.5 - 2016-08-22
7
8
- Fixed: security issue due to the usage of ``eval()``.
9
This is to avoid an arbitrary code execution.
package.json
@@ -1,6 +1,6 @@
{
"name": "reduce-css-calc",
- "version": "1.2.5",
+ "version": "1.2.6",
"description": "Reduce CSS calc() function to the maximum",
"keywords": [
"css",
0 commit comments