clean-css
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -394,3 +394,3 @@ var shortenHex = require('./shorten-hex'); | ||
function removeQuotes(name, value) { | ||
if (name == 'content') { | ||
if (name == 'content' || name.indexOf('font-feature-settings') > -1) { | ||
return value; | ||
@@ -397,0 +397,0 @@ } |
{ | ||
"name": "clean-css", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"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
370389