clean-css
Advanced tools
Comparing version 4.1.0 to 4.1.1
var populateComponents = require('./properties/populate-components'); | ||
var wrapForOptimizing = require('../wrap-for-optimizing').single; | ||
var restoreFromOptimizing = require('../restore-from-optimizing'); | ||
@@ -82,2 +83,4 @@ var Token = require('../../tokenizer/token'); | ||
} | ||
restoreFromOptimizing([wrappedProperty]); | ||
} | ||
@@ -134,2 +137,4 @@ | ||
} | ||
restoreFromOptimizing([wrappedProperty]); | ||
} | ||
@@ -180,2 +185,4 @@ | ||
} | ||
restoreFromOptimizing([wrappedProperty]); | ||
} | ||
@@ -182,0 +189,0 @@ |
{ | ||
"name": "clean-css", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com> (http://twitter.com/jakubpawlowicz)", | ||
@@ -5,0 +5,0 @@ "description": "A well-tested CSS minifier", |
Sorry, the diff of this file is too big to display
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
414282
8792