clean-css
Advanced tools
Comparing version 4.0.6 to 4.0.7
@@ -68,4 +68,2 @@ var Marker = require('../../tokenizer/marker'); | ||
buffer.push(character); | ||
} else if (isQuoted) { | ||
buffer.push(character); | ||
} else if (character == Marker.DOUBLE_QUOTE && level == Level.ROOT) { | ||
@@ -83,2 +81,4 @@ buffer.push(character); | ||
level = Level.ROOT; | ||
} else if (isQuoted) { | ||
buffer.push(character); | ||
} else if (character == Marker.OPEN_ROUND_BRACKET) { | ||
@@ -85,0 +85,0 @@ buffer.push(character); |
{ | ||
"name": "clean-css", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"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
370619