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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ for [CSS Modules](https://github.com/css-modules/css-modules).
20
20
-[`classnameTransform`](#classnametransform)
21
21
-[`customRenderer`](#customrenderer)
22
22
-[`customTemplate`](#customtemplate)
23
-
-[`postCssOptions`](#postcssoptions)
23
+
-[`postcssOptions`](#postcssoptions)
24
24
-[`rendererOptions`](#rendereroptions)
25
25
-[Visual Studio Code](#visual-studio-code)
26
26
-[Recommended usage](#recommended-usage)
@@ -105,7 +105,7 @@ Please note that no options are required. However, depending on your configurati
105
105
|`customTemplate`|`false`| See [`customTemplate`](#customTemplate) below. |
106
106
|`namedExports`|`true`| Enables named exports for compatible classnames. |
107
107
|`dotenvOptions`|`{}`| Provides options for [`dotenv`](https://github.com/motdotla/dotenv#options). |
108
-
|`postCssOptions`|`{}`| See [`postCssOptions`](#postCssOptions) below. |
108
+
|`postcssOptions`|`{}`| See [`postcssOptions`](#postcssOptions) below. |
109
109
|`rendererOptions`|`{}`| See [`rendererOptions`](#rendererOptions) below. |
110
110
111
111
```json
@@ -119,7 +119,7 @@ Please note that no options are required. However, depending on your configurati
119
119
"customMatcher": "\\.m\\.css$",
120
120
"customRenderer": "./myRenderer.js",
121
121
"dotenvOptions": {},
122
-
"postCssOptions": {},
122
+
"postcssOptions": {},
123
123
"rendererOptions": {}
124
124
}
125
125
}
@@ -192,7 +192,7 @@ The [internal `logger`](https://github.com/mrmckeb/typescript-plugin-css-modules
192
192
193
193
The `classes` object represents all the classnames extracted from the CSS Module. They are available if you want to add a custom representation of the CSS classes.
0 commit comments