clean-css
Advanced tools
Comparing version 5.2.3 to 5.2.4
@@ -383,2 +383,3 @@ var Marker = require('./marker'); | ||
isBufferEmpty = true; | ||
isVariable = false; | ||
} else if (character == Marker.SEMICOLON && level == Level.RULE && propertyToken && isBufferEmpty && isVariable && !propertyToken[2]) { | ||
@@ -385,0 +386,0 @@ // semicolon after empty variable value at rule level, e.g. a{--color: ;<-- |
{ | ||
"name": "clean-css", | ||
"version": "5.2.3", | ||
"version": "5.2.4", | ||
"author": "Jakub Pawlowicz <contact@jakubpawlowicz.com>", | ||
@@ -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
484992
10367