We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cff991e + 556ff32 commit 7df14acCopy full SHA for 7df14ac
README.md
@@ -27,7 +27,7 @@ require("style/url!file!./file.css");
27
When using [local scope CSS](https://github.com/webpack/css-loader#local-scope) the module exports the generated identifiers:
28
29
``` javascript
30
-var styles = require("style!css!./file.css");
+var style = require("style!css!./file.css");
31
style.placeholder1 === "z849f98ca812bc0d099a43e0f90184"
32
```
33
0 commit comments