We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c54315 commit b2c38b8Copy full SHA for b2c38b8
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.0.2 - 2018-09-25
2
+
3
+- Fixed: use PostCSS 7 (thanks to @douglasduteil)
4
5
# 6.0.1 - 2017-10-10
6
7
- Fixed: throwing error for attribute selectors without a value
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-calc",
- "version": "6.0.1",
+ "version": "6.0.2",
"description": "PostCSS plugin to reduce calc()",
"keywords": [
"css",
0 commit comments