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

postcss-css-variables

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.8.0

# v0.8.0 - 2017-8-8
- Remove PostCSS `moveTo`/`append` deprecation warnings, [#50](https://github.com/MadLittleMods/postcss-css-variables/issues/50)
- Thank you to [@modosc](https://github.com/modosc) for the [contribution](https://github.com/MadLittleMods/postcss-css-variables/pull/56)
# v0.7.0 - 2017-3-12

@@ -3,0 +10,0 @@

@@ -107,3 +107,3 @@ // PostCSS CSS Variables (postcss-css-variables)

});
varDecl.moveTo(variableRootRule);
variableRootRule.append(varDecl);

@@ -155,3 +155,3 @@ // Add the entry to the map

var declClone = decl.clone();
declClone.moveTo(splitOutRule);
splitOutRule.append(declClone);

@@ -158,0 +158,0 @@ var prop = decl.prop;

{
"name": "postcss-css-variables",
"version": "0.7.0",
"version": "0.8.0",
"description": "PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation",

@@ -18,14 +18,14 @@ "keywords": [

"escape-string-regexp": "^1.0.3",
"extend": "^2.0.1",
"postcss": "^5.0.5"
"extend": "^3.0.1",
"postcss": "^6.0.8"
},
"devDependencies": {
"bluebird": "^2.9.26",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"clean-css": "^3.2.10",
"bluebird": "^3.5.0",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"clean-css": "^4.1.7",
"gulp": "^3.8.11",
"gulp-eslint": "^0.12.0",
"gulp-mocha": "^2.1.0",
"mocha": "^2.2.5"
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"mocha": "^3.5.0"
},

@@ -32,0 +32,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet