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 fd32fee commit 1493329Copy full SHA for 1493329
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 4.1.0 - 2015-04-09
2
+
3
+- Added: compatibility with postcss v4.1.x ([#12](https://github.com/postcss/postcss-calc/pull/12))
4
5
# 4.0.1 - 2015-04-09
6
7
- Fixed: `preserve` option does not create duplicated values ([#7](https://github.com/postcss/postcss-calc/issues/7))
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-calc",
- "version": "4.0.1",
+ "version": "4.1.0",
"description": "PostCSS plugin to reduce calc()",
"keywords": [
"css",
0 commit comments