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
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,8 @@ Example of Button component with custom class!
98
98
99
99
If you don't pass `.module` in front of the preprocessor extension, bundler will don't parse your css as cssmodule!
100
100
101
+
If in your project some places use both CSS modules and some place doesn't, you can leave out the `cssmodules` option so that `webpack` can determined by itself the correct way to load the CSS.
102
+
101
103
### Multiple pre-processor
102
104
103
105
You can still use multiple pre-processor together in the same configuration:
0 commit comments