Skip to content

Commit e44735a

Browse files
docs(README): fix typo in example (#507)
1 parent 2d4b971 commit e44735a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Check out this [working bootstrap example](https://github.com/bbtfr/webpack2-boo
166166
To disable `@import` resolving by `css-loader` set the option to `false`
167167

168168
```css
169-
@import @import url('https://fonts.googleapis.com/css?family=Roboto');
169+
@import url('https://fonts.googleapis.com/css?family=Roboto');
170170
```
171171

172172
> :waning: Use with caution, since this disables resolving for **all** `@import`s

0 commit comments

Comments
 (0)