Skip to content

Commit 949e1ca

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ module: {
123123
- `prefix` - This string is added before every CSS selector.
124124
- `exclude` - It's possible to avoid prefixing some selectors by passing an array of selectors (strings or regular expressions).
125125
- `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.
127-
- `includeFiles` - List of included files for processing.
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.
128128

129129
## Maintainer
130130

0 commit comments

Comments
 (0)