🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

postcss-css-variables

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-css-variables - npm Package Compare versions

Comparing version

to
0.11.0

5

CHANGELOG.md

@@ -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 @@

3

index.js

@@ -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"