postcss-custom-properties
Advanced tools
Comparing version 13.3.4 to 13.3.5
# Changes to PostCSS Custom Properties | ||
### 13.3.5 | ||
_February 19, 2024_ | ||
- Reuse code with `@csstools/utilities` | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.6.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#260) (minor) | ||
- Updated [`@csstools/cascade-layer-name-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser) to [`1.0.8`](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#108) (patch) | ||
### 13.3.4 | ||
@@ -20,10 +28,2 @@ | ||
### 13.3.2 | ||
_September 24, 2023_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`2.2.1`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#221) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`2.3.2`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#232) (patch) | ||
- Updated [`@csstools/cascade-layer-name-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser) to [`1.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#105) (patch) | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md) |
{ | ||
"name": "postcss-custom-properties", | ||
"description": "Use Custom Properties Queries in CSS", | ||
"version": "13.3.4", | ||
"version": "13.3.5", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -45,5 +45,6 @@ "contributors": [ | ||
"dependencies": { | ||
"@csstools/cascade-layer-name-parser": "^1.0.7", | ||
"@csstools/css-parser-algorithms": "^2.5.0", | ||
"@csstools/cascade-layer-name-parser": "^1.0.8", | ||
"@csstools/css-parser-algorithms": "^2.6.0", | ||
"@csstools/css-tokenizer": "^2.2.3", | ||
"@csstools/utilities": "^1.0.0", | ||
"postcss-value-parser": "^4.2.0" | ||
@@ -50,0 +51,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
24363
6
61
+ Added@csstools/utilities@^1.0.0
+ Added@csstools/utilities@1.0.0(transitive)