Skip to content

Commit a6a846c

Browse files
authored
Update README.md
1 parent 949e1ca commit a6a846c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,13 @@ module: {
120120

121121
## Options
122122

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 |
128130

129131
## Maintainer
130132

0 commit comments

Comments
 (0)