Skip to content

Commit

Permalink
docs(README): fix typo in example (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Apr 21, 2017
1 parent 2d4b971 commit e44735a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -166,7 +166,7 @@ Check out this [working bootstrap example](https://github.com/bbtfr/webpack2-boo
To disable `@import` resolving by `css-loader` set the option to `false`

```css
@import @import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto');
```

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

0 comments on commit e44735a

Please sign in to comment.