postcss-values-parser
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -99,3 +99,3 @@ /* | ||
const { lastNode } = parser; | ||
lastNode.isColor = colorFunctions.includes(lastNode.name); | ||
lastNode.isColor = colorFunctions.includes(lastNode.name.toLowerCase()); | ||
} | ||
@@ -102,0 +102,0 @@ } |
{ | ||
"name": "postcss-values-parser", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A CSS property value parser for use with PostCSS", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
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
51245