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
|`getLocalIdent`|`Function`|`undefined`| Generate the classname by specifying a function instead of using the built-in interpolation |
540
-
|`hashSeeder`|`{Array}`|`['style', 'filepath', 'classname']`| An array of keys to base the hash on |
541
-
|`includeAttributes`|`{Array}`|`[]`| An array of attributes to parse along with `class`|
539
+
|[`getLocalIdent`](#getlocalident)|`Function`|`undefined`| Generate the classname by specifying a function instead of using the built-in interpolation |
540
+
|[`hashSeeder`](#hashseeder)|`{Array}`|`['style', 'filepath', 'classname']`| An array of keys to base the hash on |
541
+
|[`includeAttributes`](#includeattributes)|`{Array}`|`[]`| An array of attributes to parse along with `class`|
542
542
|`includePaths`|`{Array}`|`[]` (Any) | An array of paths to be processed |
543
-
|`localIdentName`|`{String}`|`"[local]-[hash:base64:6]"`| A rule using any available token |
543
+
|[`localIdentName`](#localidentname)|`{String}`|`"[local]-[hash:base64:6]"`| A rule using any available token |
544
544
| `mode` | `native\|mixed\|scoped` | `native` | The preprocess mode to use
545
545
|`parseExternalStylesheet`|`{Boolean}`|`false`| Enable parsing on imported external stylesheet |
546
546
|`parseStyleTag`|`{Boolean}`|`true`| Enable parsing on style tag |
0 commit comments