postcss-local-constants
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,2 +0,5 @@ | ||
## 0.2 | ||
## 0.0.3 | ||
* Remove `~foo: './bar.js'` declaration after parsing. | ||
## 0.0.2 | ||
* Usable release | ||
@@ -6,3 +9,3 @@ * Now called constants | ||
## 0.1 | ||
## 0.0.1 | ||
* Initial release. |
@@ -64,2 +64,3 @@ var postcss = require('postcss'); | ||
getConstants(node.prop, node.value); | ||
node.removeSelf(); | ||
} | ||
@@ -66,0 +67,0 @@ |
{ | ||
"name": "postcss-local-constants", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "PostCSS plugin to process imported constants from a file, removing them from a global scope.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6854
61