postcss-color-functional-notation
Advanced tools
Comparing version 3.0.0 to 3.0.1
# Changes to PostCSS Color Functional Notation | ||
### 3.0.1 (April 25, 2020) | ||
- Updated: Using `walkType` to evade walker bug in `postcss-values-parser` | ||
### 3.0.0 (April 25, 2020) | ||
@@ -4,0 +8,0 @@ |
@@ -186,3 +186,3 @@ 'use strict'; | ||
const valueAST = postcssValuesParser.parse(originalValue); | ||
valueAST.walkFuncs(onCSSFunction); | ||
valueAST.walkType('func', onCSSFunction); | ||
const modifiedValue = String(valueAST); | ||
@@ -189,0 +189,0 @@ |
@@ -182,3 +182,3 @@ import postcss from 'postcss'; | ||
const valueAST = parse(originalValue); | ||
valueAST.walkFuncs(onCSSFunction); | ||
valueAST.walkType('func', onCSSFunction); | ||
const modifiedValue = String(valueAST); | ||
@@ -185,0 +185,0 @@ |
{ | ||
"name": "postcss-color-functional-notation", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Use space and slash separated color notation in CSS", | ||
@@ -5,0 +5,0 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
29392
0