We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad30219 commit 949e1caCopy full SHA for 949e1ca
README.md
@@ -123,8 +123,8 @@ module: {
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.
127
-- `includeFiles` - List of included files for processing.
+- `ignoreFiles` - List of ignored files for processing. Can be an array of file names or regex.
+- `includeFiles` - List of included files for processing.Can be an array of file names or regex.
128
129
## Maintainer
130
0 commit comments