From b6c9124bc525dc1d40055e1b814f12a8f3134fc8 Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Wed, 26 Apr 2017 00:32:35 +0200 Subject: [PATCH 1/2] docs(README): update warning note about import - Mistake about emoji - Italic is probably better than quote --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05858e5e..81270e13 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ To disable `@import` resolving by `css-loader` set the option to `false` @import url('https://fonts.googleapis.com/css?family=Roboto'); ``` -> :waning: Use with caution, since this disables resolving for **all** `@import`s, including css modules `composes: xxx from 'path/to/file.css'` feature. +_⚠️ Use with caution, since this disables resolving for **all** `@import`s, including css modules `composes: xxx from 'path/to/file.css'` feature._ ### [`modules`](https://github.com/css-modules/css-modules) From 1f6b6ee7896ea93556881e7c49a493f02cf871af Mon Sep 17 00:00:00 2001 From: Erwann Mest Date: Wed, 26 Apr 2017 01:29:20 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81270e13..43e5ee0e 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ To disable `@import` resolving by `css-loader` set the option to `false` @import url('https://fonts.googleapis.com/css?family=Roboto'); ``` -_⚠️ Use with caution, since this disables resolving for **all** `@import`s, including css modules `composes: xxx from 'path/to/file.css'` feature._ +> _⚠️ Use with caution, since this disables resolving for **all** `@import`s, including css modules `composes: xxx from 'path/to/file.css'` feature._ ### [`modules`](https://github.com/css-modules/css-modules)