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
|`classnameTransform`|`"asIs"`| See [`classnameTransform`](#classnameTransform) below. |
105
-
|`customMatcher`|`"\\.module\\.(c\|le\|sa\|sc)ss$"`| Changes the file extensions that this plugin processes. |
106
-
|`customRenderer`|`false`| See [`customRenderer`](#customRenderer) below. |
107
-
|`customTemplate`|`false`| See [`customTemplate`](#customTemplate) below. |
108
-
|`goToDefinition`|`false`| Enables jump to definition. See [`goToDefinition`](#goToDefinition) below. |
109
-
|`noUncheckedIndexedAccess`|`false`| Enable for compatibility with TypeScript's `noUncheckedIndexedAccess`. |
110
-
|`namedExports`|`true`| Enables named exports for compatible classnames. |
111
-
|`dotenvOptions`|`{}`| Provides options for [`dotenv`](https://github.com/motdotla/dotenv#options). Note that this plugin only accepts a `string` value for `path`. |
112
-
|`postcssOptions`|`{}`| See [`postcssOptions`](#postcssOptions) below. |
113
-
|`rendererOptions`|`{}`| See [`rendererOptions`](#rendererOptions) below. |
|`classnameTransform`|`"asIs"`| See [`classnameTransform`](#classnameTransform) below. |
105
+
|`customMatcher`|`"\\.module\\.((c\|le\|sa\|sc)ss\|styl)$"`| Changes the file extensions that this plugin processes. |
106
+
|`customRenderer`|`false`| See [`customRenderer`](#customRenderer) below. |
107
+
|`customTemplate`|`false`| See [`customTemplate`](#customTemplate) below. |
108
+
|`goToDefinition`|`false`| Enables jump to definition. See [`goToDefinition`](#goToDefinition) below. |
109
+
|`noUncheckedIndexedAccess`|`false`| Enable for compatibility with TypeScript's `noUncheckedIndexedAccess`. |
110
+
|`namedExports`|`true`| Enables named exports for compatible classnames. |
111
+
|`dotenvOptions`|`{}`| Provides options for [`dotenv`](https://github.com/motdotla/dotenv#options). Note that this plugin only accepts a `string` value for `path`. |
112
+
|`postcssOptions`|`{}`| See [`postcssOptions`](#postcssOptions) below. |
113
+
|`rendererOptions`|`{}`| See [`rendererOptions`](#rendererOptions) below. |
0 commit comments