From e44735ab228e2573fd60c076104d42d2b8b706bb Mon Sep 17 00:00:00 2001 From: Michael Ciniawsky Date: Fri, 21 Apr 2017 12:12:08 +0200 Subject: [PATCH] docs(README): fix typo in example (#507) --- 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