Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Feb 20, 2025
1 parent b456da7 commit 8a741b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/postcss-nesting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ postcssNesting({

#### `2024-02` (default)

- usage of `:is()` pseudo-class is no longer optional
- usage of `:is()` pseudo-class in the generated CSS is no longer optional. However you can add [`postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to transpile further
- at rules are not combined with the `and` keyword
- `@nest` is removed from the specification
- declarations and nested rules/at-rules are no longer re-ordered
Expand Down
2 changes: 1 addition & 1 deletion plugins/postcss-nesting/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Eventually we will remove support for the older edition, and this plugin option,

#### `2024-02` (default)

- usage of `:is()` pseudo-class is no longer optional
- usage of `:is()` pseudo-class in the generated CSS is no longer optional. However you can add [`postcss-is-pseudo-class`](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to transpile further
- at rules are not combined with the `and` keyword
- `@nest` is removed from the specification
- declarations and nested rules/at-rules are no longer re-ordered
Expand Down

0 comments on commit 8a741b9

Please sign in to comment.