diff --git a/README.md b/README.md index d19bd58f..05858e5e 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ To disable `@import` resolving by `css-loader` set the option to `false` @import url('https://fonts.googleapis.com/css?family=Roboto'); ``` -> :waning: Use with caution, since this disables resolving for **all** `@import`s +> :waning: Use with caution, since this disables resolving for **all** `@import`s, including css modules `composes: xxx from 'path/to/file.css'` feature. ### [`modules`](https://github.com/css-modules/css-modules)