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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,3 +140,14 @@ Short alias for the [postcss-modules-extract-imports](https://github.com/css-mod
140
140
### `generateScopedName` function
141
141
142
142
Short alias for the [postcss-modules-scope](https://github.com/css-modules/postcss-modules-scope) plugin's option. Helps you to specify the custom way to build generic names for the class selectors.
143
+
144
+
### `mode` string
145
+
146
+
Short alias for the [postcss-modules-local-by-default](https://github.com/css-modules/postcss-modules-local-by-default) plugin's option.
147
+
148
+
## Debugging
149
+
150
+
[debug](https://www.npmjs.com/package/debug) package is used for debugging. So to turn it on simply specify the **DEBUG** environment variable:
151
+
-`DEBUG=css-modules:fetch`— to see resolved paths to the files.
152
+
-`DEBUG=css-modules:setup`— to see the new options list.
0 commit comments