postcss-variables
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "postcss-variables", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "PostCSS plugin that converts variables into CSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -126,4 +126,2 @@ # PostCSS Variables | ||
Here is a full example of how you might create a base variables file: | ||
```js | ||
@@ -130,0 +128,0 @@ function darken(color, pct) { |
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
19137
165