clean-css
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -0,1 +1,6 @@ | ||
[3.4.1 / 2015-08-27](https://github.com/jakubpawlowicz/clean-css/compare/v3.4.0...v3.4.1) | ||
================== | ||
* Fixed issue [#652](https://github.com/jakubpawlowicz/clean-css/issues/652) - order of restoring and removing tokens. | ||
[3.4.0 / 2015-08-27](https://github.com/jakubpawlowicz/clean-css/compare/v3.3.10...v3.4.0) | ||
@@ -2,0 +7,0 @@ ================== |
@@ -351,4 +351,4 @@ var cleanUpSelectors = require('./clean-up').selectors; | ||
restoreFromOptimizing(_properties, true); | ||
removeUnused(_properties); | ||
restoreFromOptimizing(_properties, true); | ||
} | ||
@@ -355,0 +355,0 @@ |
{ | ||
"name": "clean-css", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)", | ||
@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
291901