Skip to content

Commit e9bda0f

Browse files
authored
Add postcss-atroot
1 parent 8339e5f commit e9bda0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ html {
5959

6060
Related plugins:
6161

62+
* Use [`postcss-atroot`] for `@at-root` at-rule to move nested child
63+
to the CSS root.
6264
* Use [`postcss-current-selector`] **after** this plugin if you want
63-
to use current selector in properties or variables values.
65+
to use current selector in properties or variables values.
6466
* Use [`postcss-nested-ancestors`] **before** this plugin if you want
65-
to reference any ancestor element directly in your selectors with `^&`.
67+
to reference any ancestor element directly in your selectors with `^&`.
6668

6769
Alternatives:
6870

0 commit comments

Comments
 (0)