Comparing version 0.5.0 to 0.5.1
@@ -84,3 +84,3 @@ /*jslint node: true */ | ||
used_css = utility.filterUnusedRules(doms, parsed_css.stylesheet, options.ignore); | ||
used_css = css.stringify(used_css, { compress: options.compress || false }); | ||
used_css = css.stringify(used_css); | ||
/* Minify? */ | ||
@@ -87,0 +87,0 @@ if (options.compress) { |
{ | ||
"name": "uncss", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Remove unused CSS styles", | ||
@@ -5,0 +5,0 @@ "main": "lib/uncss.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
127235
301
1