Skip to content

Commit 95aa38d

Browse files
authored
Make a note in the README about putting @imports first (#239)
1 parent 3cd4bb3 commit 95aa38d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ If this behavior is not what you want, look at `skipDuplicates` option
3333
please look at
3434
[postcss-easy-import](https://github.com/trysound/postcss-easy-import)
3535
(which use this plugin under the hood).
36+
- **This plugin attempts to follow the CSS `@import` spec**; `@import`
37+
statements must precede all other statements (besides `@charset`).
3638

3739
## Installation
3840

0 commit comments

Comments
 (0)