postcss-css-variables
Advanced tools
Comparing version
@@ -0,1 +1,6 @@ | ||
# v0.11.0 - 2018-10-9 | ||
- Fix JS-defined variables using `isImportant`, https://github.com/MadLittleMods/postcss-css-variables/pull/87 | ||
# v0.10.0 - 2018-9-25 | ||
@@ -2,0 +7,0 @@ |
@@ -112,3 +112,4 @@ // PostCSS CSS Variables (postcss-css-variables) | ||
prop: variableName, | ||
value: variableValue | ||
value: variableValue, | ||
important: isImportant | ||
}); | ||
@@ -115,0 +116,0 @@ variableRootRule.append(varDecl); |
{ | ||
"name": "postcss-css-variables", | ||
"version": "0.10.0", | ||
"version": "0.11.0", | ||
"description": "PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"eslint-plugin-react": "^7.1.0", | ||
"mocha": "^3.5.0", | ||
"mocha": "^5.2.0", | ||
"postcss-discard-comments": "^4.0.0", | ||
@@ -31,0 +31,0 @@ "postcss-normalize-whitespace": "^4.0.0" |
55218
0.3%825
0.12%