@csstools/postcss-color-mix-function
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changes to PostCSS Color Mix Function | ||
### 1.0.1 (April 10, 2023) | ||
- Updated `@csstools/css-tokenizer` to `2.1.1` (patch) | ||
- Updated `@csstools/css-parser-algorithms` to `2.1.1` (patch) | ||
- Updated `@csstools/css-color-parser` to `1.1.2` (patch) | ||
### 1.0.0 (March 25, 2023) | ||
- Initial version |
{ | ||
"name": "@csstools/postcss-color-mix-function", | ||
"description": "Use the color-mix function in CSS", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"contributors": [ | ||
@@ -42,5 +42,5 @@ { | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^1.0.0", | ||
"@csstools/css-parser-algorithms": "^2.0.1", | ||
"@csstools/css-tokenizer": "^2.1.0", | ||
"@csstools/css-color-parser": "^1.1.2", | ||
"@csstools/css-parser-algorithms": "^2.1.1", | ||
"@csstools/css-tokenizer": "^2.1.1", | ||
"@csstools/postcss-progressive-custom-properties": "^2.0.0" | ||
@@ -70,3 +70,14 @@ }, | ||
"keywords": [ | ||
"postcss-plugin" | ||
"color-mix", | ||
"css", | ||
"display-p3", | ||
"interpolation", | ||
"postcss-plugin", | ||
"prophoto-rgb", | ||
"rec2020", | ||
"rgb", | ||
"rgba", | ||
"srgb-linear", | ||
"syntax", | ||
"xyz" | ||
], | ||
@@ -73,0 +84,0 @@ "csstools": { |
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
16570
29
2
2
0
17