Skip to content

Commit c66db8d

Browse files
committed
postcss-preset-env v11.2.0
1 parent 5c2e0ed commit c66db8d

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

plugin-packs/postcss-preset-env/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Preset Env
22

3-
### Unreleased (minor)
3+
### 11.2.0
4+
5+
_February 21, 2026_
46

57
- Added `@csstools/postcss-font-width-property` [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-width-property#readme) for usage details.
68
- Updated [`cssdb`](https://github.com/csstools/cssdb) to [`8.8.0`](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md#880-february-21-2026)

plugin-packs/postcss-preset-env/FEATURES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The `ID` listed is the key for PostCSS Preset Env configuration in your project.
3131
| [<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/focus-within-pseudo-class.svg" height="18">](https://cssdb.org/#focus-within-pseudo-class) | `focus-within-pseudo-class` | `:focus-within` Focus Container Pseudo-Class | [example](https://preset-env.cssdb.org/features/#focus-within-pseudo-class) | [docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within#readme) |
3232
| [<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/font-format-keywords.svg" height="18">](https://cssdb.org/#font-format-keywords) | `font-format-keywords` | Font `format()` Keywords | [example](https://preset-env.cssdb.org/features/#font-format-keywords) | [docs](https://github.com/valtlai/postcss-font-format-keywords#readme) |
3333
| [<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/font-variant-property.svg" height="18">](https://cssdb.org/#font-variant-property) | `font-variant-property` | `font-variant` Property | [example](https://preset-env.cssdb.org/features/#font-variant-property) | [docs](https://github.com/postcss/postcss-font-variant#readme) |
34+
| [<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/font-width-property.svg" height="18">](https://cssdb.org/#font-width-property) | `font-width-property` | `font-width` property | [example](https://preset-env.cssdb.org/features/#font-width-property) | [docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-width-property#readme) |
3435
| [<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/gamut-mapping.svg" height="18">](https://cssdb.org/#gamut-mapping) | `gamut-mapping` | Gamut mapping for CSS color functions | [example](https://preset-env.cssdb.org/features/#gamut-mapping) | [docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping#readme) |
3536
| [<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/gap-properties.svg" height="18">](https://cssdb.org/#gap-properties) | `gap-properties` | Gap Properties | [example](https://preset-env.cssdb.org/features/#gap-properties) | [docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties#readme) |
3637
| [<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/gradients-interpolation-method.svg" height="18">](https://cssdb.org/#gradients-interpolation-method) | `gradients-interpolation-method` | Gradients Interpolation Method | [example](https://preset-env.cssdb.org/features/#gradients-interpolation-method) | [docs](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method#readme) |

plugin-packs/postcss-preset-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-preset-env",
33
"description": "Convert modern CSS into something browsers understand",
4-
"version": "11.1.3",
4+
"version": "11.2.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",

0 commit comments

Comments
 (0)