Skip to content

Commit 8a741b9

Browse files
committed
update wording
1 parent b456da7 commit 8a741b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/postcss-nesting/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ postcssNesting({
108108

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

111-
- usage of `:is()` pseudo-class is no longer optional
111+
- 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
112112
- at rules are not combined with the `and` keyword
113113
- `@nest` is removed from the specification
114114
- declarations and nested rules/at-rules are no longer re-ordered

plugins/postcss-nesting/docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Eventually we will remove support for the older edition, and this plugin option,
6060

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

63-
- usage of `:is()` pseudo-class is no longer optional
63+
- 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
6464
- at rules are not combined with the `and` keyword
6565
- `@nest` is removed from the specification
6666
- declarations and nested rules/at-rules are no longer re-ordered

0 commit comments

Comments
 (0)