Skip to content

Commit c991f95

Browse files
committed
Add note about plugin order
Close #81 Ref #80
1 parent a943b9c commit c991f95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ You can also provide manually multiples paths where to look at.
88

99
**Notes:**
1010

11+
- **This plugin should probably be used as the first plugin of your list. This way, other plugins will work on the AST as if there were only a single file to process, and will probably work as you can expect**.
1112
- This plugin works great with [postcss-url](https://github.com/postcss/postcss-url) plugin,
1213
which will allow you to adjust assets `url()` (or even inline them) after inlining imported files.
1314
- In order to optimize output, **this plugin will only import a file once** on a given scope (root, media query...).

0 commit comments

Comments
 (0)