@csstools/postcss-color-mix-function
Advanced tools
Comparing version 2.0.6 to 2.0.7
# Changes to PostCSS Color Mix Function | ||
### 2.0.7 | ||
_October 9, 2023_ | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`1.4.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#140) (minor) | ||
- Updated [`@csstools/postcss-progressive-custom-properties`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties) to [`3.0.2`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-progressive-custom-properties/CHANGELOG.md#302) (patch) | ||
### 2.0.6 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@csstools/postcss-color-mix-function", | ||
"description": "Use the color-mix function in CSS", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"contributors": [ | ||
@@ -48,6 +48,6 @@ { | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^1.3.3", | ||
"@csstools/css-color-parser": "^1.4.0", | ||
"@csstools/css-parser-algorithms": "^2.3.2", | ||
"@csstools/css-tokenizer": "^2.2.1", | ||
"@csstools/postcss-progressive-custom-properties": "^3.0.1" | ||
"@csstools/postcss-progressive-custom-properties": "^3.0.2" | ||
}, | ||
@@ -54,0 +54,0 @@ "peerDependencies": { |
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
15069