You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,13 @@ You can configure the generated ident with the `localIdentName` query parameter
110
110
111
111
Note: For prerendering with extract-text-webpack-plugin you should use `css-loader/locals` instead of `style-loader!css-loader`**in the prerendering bundle**. It doesn't embed CSS but only exports the identifier mappings.
112
112
113
-
### Module mode
114
-
115
-
(experimental)
113
+
### CSS Modules
116
114
117
115
See [CSS Modules](https://github.com/css-modules/css-modules).
118
116
119
-
The query parameter `module` enables **CSS Module**mode. (`css-loader?module`)
117
+
The query parameter `modules` enables the **CSS Modules**spec. (`css-loader?modules`)
120
118
121
-
This enables Local scoped CSS by default. (You can leave it with `:global(...)` or `:global` for selectors and/or rules.)
119
+
This enables Local scoped CSS by default. (You can switch it off with `:global(...)` or `:global` for selectors and/or rules.)
0 commit comments