Skip to content

Commit c60b00d

Browse files
authored
docs: clarify that @layer can be used before @import (#598)
1 parent 9369674 commit c60b00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If this behavior is not what you want, look at `skipDuplicates` option
3232
- Imports which are not modified (by `options.filter` or because they are remote
3333
imports) are moved to the top of the output.
3434
- **This plugin attempts to follow the CSS `@import` spec**; `@import`
35-
statements must precede all other statements (besides `@charset`).
35+
statements must precede all other statements (besides `@charset` and `@layer`).
3636

3737
## Installation
3838

0 commit comments

Comments
 (0)