Comparing version 1.4.2 to 1.4.3
@@ -0,1 +1,5 @@ | ||
# 1.4.3 | ||
* Fixes incorrect minification of `background:none` to `background:0 0`. | ||
# 1.4.2 | ||
@@ -2,0 +6,0 @@ |
@@ -27,5 +27,2 @@ 'use strict'; | ||
declaration.value = declaration.value.replace(/\s*(\/)\s*/, '$1'); | ||
if (declaration.prop === 'background') { | ||
declaration.value = declaration.value.replace('none', '0 0'); | ||
} | ||
if (~[ | ||
@@ -32,0 +29,0 @@ 'outline', |
{ | ||
"name": "cssnano", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "A modular minifier, built on top of the PostCSS ecosystem.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
27753
458