We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@layer
@import
1 parent 9369674 commit c60b00dCopy full SHA for c60b00d
1 file changed
README.md
@@ -32,7 +32,7 @@ If this behavior is not what you want, look at `skipDuplicates` option
32
- Imports which are not modified (by `options.filter` or because they are remote
33
imports) are moved to the top of the output.
34
- **This plugin attempts to follow the CSS `@import` spec**; `@import`
35
- statements must precede all other statements (besides `@charset`).
+ statements must precede all other statements (besides `@charset` and `@layer`).
36
37
## Installation
38
0 commit comments