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
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -120,11 +120,13 @@ module: {
120
120
121
121
## Options
122
122
123
-
-`prefix` - This string is added before every CSS selector.
124
-
-`exclude` - It's possible to avoid prefixing some selectors by passing an array of selectors (strings or regular expressions).
125
-
-`transform` - In cases where you may want to use the prefix differently for different selectors, it is possible to pass in a custom transform method.
126
-
-`ignoreFiles` - List of ignored files for processing. Can be an array of file names or regex.
127
-
-`includeFiles` - List of included files for processing.Can be an array of file names or regex.
123
+
| Name | Type | Description |
124
+
|-|-|-|
125
+
|`prefix`|`string`| This string is added before every CSS selector |
126
+
|`exclude`|`string[]` or `RegExp[]`| It's possible to avoid prefixing some selectors by passing an array of selectors |
127
+
|`transform`|`Function`| In cases where you may want to use the prefix differently for different selectors, it is possible to pass in a custom transform method |
128
+
|`ignoreFiles`|`string[]` or `RegExp[]`| List of ignored files for processing |
129
+
|`includeFiles`|`string[]` or `RegExp[]`| List of included files for processing |
0 commit comments