postcss-css-variables
Advanced tools
Comparing version
# v0.3.2 - 2015-5-11 | ||
# v0.3.3 - 2015-5-11 | ||
@@ -4,0 +4,0 @@ - Add support for last piece of combinator chain in selector resolution matching. |
// PostCSS CSS Variables (postcss-css-variables) | ||
// v0.3.2 | ||
// v0.3.3 | ||
// | ||
@@ -4,0 +4,0 @@ // https://github.com/MadLittleMods/postcss-css-variables |
{ | ||
"name": "postcss-css-variables", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "PostCSS plugin to transform CSS Custom Properties(CSS variables) syntax into a static representation", | ||
@@ -17,2 +17,3 @@ "keywords": [ | ||
"dependencies": { | ||
"escape-string-regexp": "^1.0.3", | ||
"extend": "^2.0.1", | ||
@@ -25,3 +26,2 @@ "postcss": "^4.1.5" | ||
"chai-as-promised": "^5.0.0", | ||
"escape-string-regexp": "^1.0.3", | ||
"gulp": "^3.8.11", | ||
@@ -28,0 +28,0 @@ "gulp-eslint": "^0.11.1", |
@@ -11,3 +11,3 @@ [](http://badge.fury.io/js/postcss-css-variables) [](https://travis-ci.org/MadLittleMods/postcss-css-variables) | ||
## Latest Version: v0.3.2 | ||
## Latest Version: v0.3.3 | ||
### [Changelog](https://github.com/MadLittleMods/postcss-css-variables/blob/master/CHANGELOG.md) | ||
@@ -14,0 +14,0 @@ |
7
-12.5%3
50%+ Added
+ Added