Skip to content

Commit

Permalink
docs(README): fix warning note about import (webpack-contrib#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
kud authored and michael-ciniawsky committed Apr 25, 2017
1 parent c197343 commit b90d8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, including css modules `composes: xxx from 'path/to/file.css'` feature.
> _⚠️ 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)

Expand Down

0 comments on commit b90d8dd

Please sign in to comment.