@csstools/postcss-relative-color-syntax
Advanced tools
Comparing version 2.0.17 to 2.0.18
# Changes to PostCSS Relative Color Syntax | ||
### 2.0.18 | ||
_July 6, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.4.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#241) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.7.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#271) (patch) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#204) (patch) | ||
### 2.0.17 | ||
@@ -19,10 +27,2 @@ | ||
### 2.0.15 | ||
_May 4, 2024_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.3.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#230) (minor) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#262) (patch) | ||
- Updated [`@csstools/css-color-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser) to [`2.0.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser/CHANGELOG.md#201) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md) |
{ | ||
"name": "@csstools/postcss-relative-color-syntax", | ||
"description": "Use the relative color syntax in CSS", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"contributors": [ | ||
@@ -51,5 +51,5 @@ { | ||
"dependencies": { | ||
"@csstools/css-color-parser": "^2.0.3", | ||
"@csstools/css-parser-algorithms": "^2.7.0", | ||
"@csstools/css-tokenizer": "^2.3.2", | ||
"@csstools/css-color-parser": "^2.0.4", | ||
"@csstools/css-parser-algorithms": "^2.7.1", | ||
"@csstools/css-tokenizer": "^2.4.1", | ||
"@csstools/postcss-progressive-custom-properties": "^3.2.0", | ||
@@ -56,0 +56,0 @@ "@csstools/utilities": "^1.0.0" |
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
12500