Skip to content

Commit fc9ef25

Browse files
author
Joe Seifi
authored
Fixed link to local scope
Update the link to css-loader local scope
1 parent d99f992 commit fc9ef25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require("style-loader/url!file-loader!./file.css");
4343

4444
(experimental)
4545

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

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

0 commit comments

Comments
 (0)