Skip to content

Commit

Permalink
Fixed link to local scope
Browse files Browse the repository at this point in the history
Update the link to css-loader local scope
  • Loading branch information
Joe Seifi authored and joshwiens committed Mar 15, 2017
1 parent 95ae661 commit c890854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ require("style-loader/url!file-loader!./file.css");

(experimental)

When using [local scope CSS](https://github.com/webpack/css-loader#local-scope) the module exports the generated identifiers:
When using [local scope CSS](https://github.com/webpack/css-loader#css-scope) the module exports the generated identifiers:

``` javascript
var style = require("style-loader!css-loader!./file.css");
Expand Down

0 comments on commit c890854

Please sign in to comment.