-
-
Notifications
You must be signed in to change notification settings - Fork 608
docs(README): add anchor tags to options table #609
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
README.md
Outdated
|**`sourceMap`**|`{Boolean}`|`false`|Enable/Disable Sourcemaps| | ||
|**`camelCase`**|`{Boolean\|String}`|`false`|Export Classnames in CamelCase| | ||
|**`importLoaders`**|`{Number}`|`0`|Number of loaders applied before CSS loader| | ||
|**[`root`](https://github.com/webpack-contrib/css-loader#root)**|`{String}`|`/`|Path to resolve URLs, URLs starting with `/` will not be translated| |
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.
Good idea 👍 , but could you please check if [name](#root)
works ?
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.
Nice catch, it works 😄
Codecov Report
@@ Coverage Diff @@
## master #609 +/- ##
=======================================
Coverage 98.92% 98.92%
=======================================
Files 10 10
Lines 371 371
Branches 87 87
=======================================
Hits 367 367
Misses 4 4 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.
@diegofaria Thx 👍
What kind of change does this PR introduce?
Docs.
Did you add tests for your changes?
No
Summary
Just improving docs.
Does this PR introduce a breaking change?
No