Skip to content

Commit

Permalink
(minor) ws
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Dec 10, 2011
1 parent c2d61e7 commit 431b202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/less/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ less.Parser = function Parser(env) {
}
if (options.yuicompress && less.mode === 'node') {
return require('./cssmin').compressor.cssmin(css);
} else if (options.compress){
} else if (options.compress) {
return css.replace(/(\s)+/g, "$1");
} else {
return css;
Expand Down

0 comments on commit 431b202

Please sign in to comment.