@csstools/postcss-gradients-interpolation-method
Advanced tools
Comparing version 3.0.1 to 3.0.2
# Changes to PostCSS Gradients Interpolation Method | ||
### 3.0.2 (April 10, 2023) | ||
- Fix interpolation method `longer`, `increasing`,... for color stops with the same color. | ||
### 3.0.1 (March 28, 2023) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@csstools/postcss-gradients-interpolation-method", | ||
"description": "Use interpolation methods in CSS gradient functions", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -32,3 +32,3 @@ "license": "CC0-1.0", | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^1.1.0", | ||
"@csstools/css-color-parser": "^1.1.1", | ||
"@csstools/css-parser-algorithms": "^2.1.0", | ||
@@ -35,0 +35,0 @@ "@csstools/css-tokenizer": "^2.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29852