We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ca7cb commit 69526ebCopy full SHA for 69526eb
2 files changed
plugins/postcss-custom-properties/CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changes to PostCSS Custom Properties
2
3
-### Unreleased (major)
+### 15.0.0
4
+
5
+_January 14, 2026_
6
7
- Updated: Support for Node `20.19.0` or later (major).
8
- Removed: `commonjs` API. In supported Node versions `require(esm)` will work without needing to make code changes.
plugins/postcss-custom-properties/package.json
@@ -1,7 +1,7 @@
{
"name": "postcss-custom-properties",
"description": "Use Custom Properties Queries in CSS",
- "version": "14.0.6",
+ "version": "15.0.0",
"author": "Jonathan Neal <[email protected]>",
"contributors": [
"Maxime Thirouin"
0 commit comments