You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin-packs/postcss-preset-env/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changes to PostCSS Preset Env
2
2
3
+
### Unreleased (minor)
4
+
5
+
- Added `@csstools/postcss-property-rule-prelude-list`[Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-property-rule-prelude-list#readme) for usage details.
6
+
- Added `@csstools/postcss-syntax-descriptor-syntax-production`[Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-syntax-descriptor-syntax-production#readme) for usage details.
7
+
- Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.6.0`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#860-december-26-2025)
Copy file name to clipboardExpand all lines: plugin-packs/postcss-preset-env/FEATURES.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,12 +59,14 @@ The `ID` listed is the key for PostCSS Preset Env configuration in your project.
59
59
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/place-properties.svg"height="18">](https://cssdb.org/#place-properties)|`place-properties`| Place Properties |[example](https://preset-env.cssdb.org/features/#place-properties)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place#readme)|
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/prefers-color-scheme-query.svg"height="18">](https://cssdb.org/#prefers-color-scheme-query)|`prefers-color-scheme-query`|`prefers-color-scheme` Media Query |[example](https://preset-env.cssdb.org/features/#prefers-color-scheme-query)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme#readme)|
62
+
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/property-rule-prelude-list.svg"height="18">](https://cssdb.org/#property-rule-prelude-list)|`property-rule-prelude-list`|`@property` prelude list |[example](https://preset-env.cssdb.org/features/#property-rule-prelude-list)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-property-rule-prelude-list#readme)|
62
63
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/random-function.svg"height="18">](https://cssdb.org/#random-function)|`random-function`|`random()` function |[example](https://preset-env.cssdb.org/features/#random-function)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function#readme)|
63
64
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/rebeccapurple-color.svg"height="18">](https://cssdb.org/#rebeccapurple-color)|`rebeccapurple-color`|`rebeccapurple` Color |[example](https://preset-env.cssdb.org/features/#rebeccapurple-color)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple#readme)|
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/scope-pseudo-class.svg"height="18">](https://cssdb.org/#scope-pseudo-class)|`scope-pseudo-class`|`:scope()` Reference Element Pseudo-class |[example](https://preset-env.cssdb.org/features/#scope-pseudo-class)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class#readme)|
66
67
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/sign-functions.svg"height="18">](https://cssdb.org/#sign-functions)|`sign-functions`|`abs()` and `sign()` functions |[example](https://preset-env.cssdb.org/features/#sign-functions)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions#readme)|
67
68
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/stepped-value-functions.svg"height="18">](https://cssdb.org/#stepped-value-functions)|`stepped-value-functions`|`round()`, `mod()` and `rem()` functions |[example](https://preset-env.cssdb.org/features/#stepped-value-functions)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions#readme)|
69
+
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/syntax-descriptor-syntax-production.svg"height="18">](https://cssdb.org/#syntax-descriptor-syntax-production)|`syntax-descriptor-syntax-production`|`<syntax>` production in `syntax` descriptors |[example](https://preset-env.cssdb.org/features/#syntax-descriptor-syntax-production)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-syntax-descriptor-syntax-production#readme)|
68
70
|[<imgalt="Baseline Status"src="https://cssdb.org/images/badges-baseline/system-ui-font-family.svg"height="18">](https://cssdb.org/#system-ui-font-family)|`system-ui-font-family`|`system-ui` Font Family |[example](https://preset-env.cssdb.org/features/#system-ui-font-family)|[docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-system-ui-font-family#readme)|
0 commit comments