postcss-colormin
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -0,1 +1,6 @@ | ||
# 2.1.7 | ||
* Fixes another regression where `hsla(0,0%,100%,.5)` was converted to | ||
`hsla(0,0%,100%,0.5)`. | ||
# 2.1.6 | ||
@@ -2,0 +7,0 @@ |
@@ -96,2 +96,3 @@ 'use strict'; | ||
rgba.push(args[3]); | ||
hsla[3] = args[3]; | ||
} | ||
@@ -98,0 +99,0 @@ hsla[1] = hsla[1] + '%'; |
{ | ||
"name": "postcss-colormin", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "Minify colors in your CSS files with PostCSS.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
12048
206