Skip to content

Commit b90d8dd

Browse files
kudmichael-ciniawsky
authored andcommitted
docs(README): fix warning note about import (#519)
1 parent c197343 commit b90d8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ To disable `@import` resolving by `css-loader` set the option to `false`
169169
@import url('https://fonts.googleapis.com/css?family=Roboto');
170170
```
171171

172-
> :waning: Use with caution, since this disables resolving for **all** `@import`s, including css modules `composes: xxx from 'path/to/file.css'` feature.
172+
> _⚠️ Use with caution, since this disables resolving for **all** `@import`s, including css modules `composes: xxx from 'path/to/file.css'` feature._
173173
174174
### [`modules`](https://github.com/css-modules/css-modules)
175175

0 commit comments

Comments
 (0)