@csstools/postcss-color-mix-function
Advanced tools
Comparing version 1.0.1 to 1.0.2
# Changes to PostCSS Color Mix Function | ||
### 1.0.2 (May 19, 2023) | ||
- Updated `@csstools/postcss-progressive-custom-properties` to `2.2.0` (minor) | ||
- Updated `@csstools/css-color-parser` to `1.2.0` (minor) | ||
### 1.0.1 (April 10, 2023) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@csstools/postcss-color-mix-function", | ||
"description": "Use the color-mix function in CSS", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"contributors": [ | ||
@@ -17,6 +17,12 @@ { | ||
"license": "CC0-1.0", | ||
"funding": { | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/csstools" | ||
}, | ||
"funding": [ | ||
{ | ||
"type": "github", | ||
"url": "https://github.com/sponsors/csstools" | ||
}, | ||
{ | ||
"type": "opencollective", | ||
"url": "https://opencollective.com/csstools" | ||
} | ||
], | ||
"engines": { | ||
@@ -43,6 +49,6 @@ "node": "^14 || ^16 || >=18" | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^1.1.2", | ||
"@csstools/css-color-parser": "^1.2.0", | ||
"@csstools/css-parser-algorithms": "^2.1.1", | ||
"@csstools/css-tokenizer": "^2.1.1", | ||
"@csstools/postcss-progressive-custom-properties": "^2.0.0" | ||
"@csstools/postcss-progressive-custom-properties": "^2.2.0" | ||
}, | ||
@@ -49,0 +55,0 @@ "peerDependencies": { |
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
16797