-
-
Notifications
You must be signed in to change notification settings - Fork 608
docs(README): fix warning note about import #519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
kud
commented
Apr 25, 2017
- Mistake about emoji
- Italic is probably better than quote
- Mistake about emoji - Italic is probably better than quote
Codecov Report
@@ Coverage Diff @@
## master #519 +/- ##
======================================
Coverage 98.6% 98.6%
======================================
Files 10 10
Lines 359 359
Branches 81 81
======================================
Hits 354 354
Misses 5 5 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2️⃣ nitpicks 😛
README.md
Outdated
@@ -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._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
italic is a good idea, but please leave the quote :)
:waning:
=> :warning:
Done. I don't know how to rebase and fix via github though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kud thx