postcss-custom-properties
Advanced tools
Comparing version
# Changes to PostCSS Custom Properties | ||
### 14.0.4 | ||
### 14.0.5 | ||
_November 1, 2024_ | ||
_May 27, 2025_ | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.3`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#303) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#304) (patch) | ||
- Updated [`@csstools/cascade-layer-name-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser) to [`2.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#204) (patch) | ||
- Improve the implementation of how comments are preserved when transpiling | ||
- Updated [`@csstools/css-tokenizer`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer) to [`3.0.4`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer/CHANGELOG.md#304) (patch) | ||
- Updated [`@csstools/css-parser-algorithms`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms) to [`3.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms/CHANGELOG.md#305) (patch) | ||
- Updated [`@csstools/cascade-layer-name-parser`](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser) to [`2.0.5`](https://github.com/csstools/postcss-plugins/tree/main/packages/cascade-layer-name-parser/CHANGELOG.md#205) (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": "14.0.4", | ||
"version": "14.0.5", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -45,5 +45,5 @@ "contributors": [ | ||
"dependencies": { | ||
"@csstools/cascade-layer-name-parser": "^2.0.4", | ||
"@csstools/css-parser-algorithms": "^3.0.4", | ||
"@csstools/css-tokenizer": "^3.0.3", | ||
"@csstools/cascade-layer-name-parser": "^2.0.5", | ||
"@csstools/css-parser-algorithms": "^3.0.5", | ||
"@csstools/css-tokenizer": "^3.0.4", | ||
"@csstools/utilities": "^2.0.0", | ||
@@ -50,0 +50,0 @@ "postcss-value-parser": "^4.2.0" |
@@ -10,3 +10,3 @@ # PostCSS Custom Properties [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS] | ||
```pcss | ||
```css | ||
:root { | ||
@@ -96,3 +96,3 @@ --color-blue-dark: rgb(0, 61, 184); | ||
```pcss | ||
```css | ||
:root { | ||
@@ -99,0 +99,0 @@ --color-blue-dark: rgb(0, 61, 184); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24257
-3.35%69
-5.48%