Comparing version 0.4.10 to 0.4.11
{ | ||
"name": "more-css", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"description": "a css pre-compiler & agressive compressor", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
@@ -61,3 +61,3 @@ var CssLexer = require('./lexer/CssLexer'), | ||
var token = leaf.leaves(); | ||
v += token.content(); | ||
v += replaceVar(token.content(), token.type()); | ||
while(ignore[++preIndex]) { | ||
@@ -64,0 +64,0 @@ v += ignore[preIndex].content(); |
@@ -62,3 +62,3 @@ define(function(require, exports) { | ||
var token = leaf.leaves(); | ||
v += token.content(); | ||
v += replaceVar(token.content(), token.type()); | ||
while(ignore[++preIndex]) { | ||
@@ -65,0 +65,0 @@ v += ignore[preIndex].content(); |
Sorry, the diff of this file is not supported yet
421901