From 97fb7b99f30640f4998a765b25dceea4218d06d1 Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Fri, 21 Apr 2017 12:07:08 +0200 Subject: [PATCH] docs(README): fix typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab234885..eeb72754 100644 --- a/README.md +++ b/README.md @@ -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