Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "rework", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "CSS manipulations built on CSSOM", | ||
@@ -9,2 +9,3 @@ "keywords": ["css", "manipulation", "preprocess", "transform"], | ||
"visionmedia/debug": "*", | ||
"component/color-parser": "0.1.0", | ||
"component/path": "*" | ||
@@ -20,2 +21,5 @@ }, | ||
"lib/plugins/at2x.js", | ||
"lib/plugins/colors.js", | ||
"lib/plugins/extend.js", | ||
"lib/plugins/mixin.js", | ||
"lib/plugins/keyframes.js", | ||
@@ -22,0 +26,0 @@ "lib/plugins/opacity.js", |
0.10.1 / 2012-12-11 | ||
================== | ||
* fix named color support | ||
0.10.0 2012-12-10 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "rework", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "CSS manipulations built on CSSOM", | ||
@@ -13,3 +13,3 @@ "keywords": ["css", "manipulation", "preprocess", "transform"], | ||
"commander": "1.0.4", | ||
"color-parser": "0.0.1", | ||
"color-parser": "0.1.0", | ||
"debug": "*" | ||
@@ -16,0 +16,0 @@ }, |
@@ -5,2 +5,4 @@ | ||
var str = fs.readFileSync('testing/index.css', 'utf8'); | ||
var whitespace = require('css-whitespace'); | ||
str = whitespace(str); | ||
@@ -10,4 +12,5 @@ var mixins = require('rework-mixins'); | ||
console.log(rework(str) | ||
.use(rework.colors()) | ||
.use(rework.mixins(mixins)) | ||
.toString()); | ||
Sorry, the diff of this file is not supported yet
40241
889
+ Addedcolor-parser@0.1.0(transitive)
- Removedcolor-parser@0.0.1(transitive)
Updatedcolor-parser@0.1.0