postcss-custom-properties
Advanced tools
Comparing version
# Changes to PostCSS Custom Properties | ||
### 13.2.0 (June 1, 2023) | ||
- Do not generate fallback values when the rule is wrapped in `@supports (top: var(--f))`. | ||
### 13.1.5 (April 10, 2023) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "postcss-custom-properties", | ||
"description": "Use Custom Properties Queries in CSS", | ||
"version": "13.1.5", | ||
"version": "13.2.0", | ||
"author": "Jonathan Neal <jonathantneal@hotmail.com>", | ||
@@ -10,6 +10,12 @@ "contributors": [ | ||
"license": "MIT", | ||
"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": { | ||
@@ -16,0 +22,0 @@ "node": "^14 || ^16 || >=18" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
37635
2.25%16
6.67%91
4.6%