We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4b971 commit e44735aCopy full SHA for e44735a
README.md
@@ -166,7 +166,7 @@ Check out this [working bootstrap example](https://github.com/bbtfr/webpack2-boo
166
To disable `@import` resolving by `css-loader` set the option to `false`
167
168
```css
169
-@import @import url('https://fonts.googleapis.com/css?family=Roboto');
+@import url('https://fonts.googleapis.com/css?family=Roboto');
170
```
171
172
> :waning: Use with caution, since this disables resolving for **all** `@import`s
0 commit comments