clean-css
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -245,2 +245,3 @@ var Marker = require('./marker'); | ||
// semicolon after bracketed value at rule level, e.g. a{color:rgb(...);<-- | ||
propertyToken = null; | ||
seekingValue = false; | ||
@@ -247,0 +248,0 @@ } else if (character == Marker.SEMICOLON && level == Level.RULE && buffer.length > 0 && buffer[0] == Marker.AT) { |
{ | ||
"name": "clean-css", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"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
369193
7777