-
-
Notifications
You must be signed in to change notification settings - Fork 468
docs(readme): clarify useable
usage
#314
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
add missing information about what useable does
Codecov Report
@@ Coverage Diff @@
## master #314 +/- ##
=======================================
Coverage 98.43% 98.43%
=======================================
Files 4 4
Lines 64 64
Branches 21 21
=======================================
Hits 63 63
Misses 1 1 Continue to review full report at Codecov.
|
README.md
Outdated
@@ -88,6 +88,8 @@ import url from 'file.css' | |||
|
|||
### `Useable` | |||
|
|||
Means that style-loader injects the style.use() style.unuse() |
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.
style-loader => `style-loader`
The style-loader
injects the styles
lazily making them useable on-demand via style.use()/style.unuse()
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.
updated in next commit
useable
usage
update after code review
useable
usageuseable
usage
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.
@Lin84 Thx
add missing information about what useable does
What kind of change does this PR introduce?
Did you add tests for your changes?
If relevant, did you update the README?
Summary
Does this PR introduce a breaking change?
Other information