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 b7cfe0a commit a70ed3dCopy full SHA for a70ed3d
1 file changed
src/getOptions.js
@@ -24,7 +24,7 @@ import schema from './options.json';
24
*/
25
export default function getOptions(pluginOptions) {
26
const options = {
27
- files: '**/*.s?(c|a)ss',
+ files: '**/*.(s(c|a)ss|css)',
28
formatter: 'string',
29
stylelintPath: 'stylelint',
30
...pluginOptions,
0 commit comments