postcss-custom-properties
Advanced tools
Comparing version
# Changes to PostCSS Custom Properties | ||
### 12.1.10 (October 20, 2022) | ||
- Fix how `preserve: false` interacts with logic around duplicate code (see `12.1.9`). | ||
```diff | ||
:root { | ||
--my-order: 1; | ||
} | ||
.foo { | ||
order: 1; | ||
order: var(--my-order); | ||
} | ||
/* With `preserve: false` : */ | ||
.foo { | ||
order: 1; | ||
} | ||
``` | ||
### 12.1.9 (September 14, 2022) | ||
@@ -4,0 +25,0 @@ |
{ | ||
"name": "postcss-custom-properties", | ||
"description": "Use Custom Properties Queries in CSS", | ||
"version": "12.1.9", | ||
"version": "12.1.10", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37877
0.84%