We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96c4c81 + e368c2d commit 9319a84Copy full SHA for 9319a84
1 file changed
stylelint-config/index.js
@@ -31,7 +31,7 @@ module.exports = {
31
'selector-class-pattern': null,
32
'scss/dollar-variable-pattern': null,
33
'scss/at-rule-no-unknown': [true, {
34
- ignoreAtRules: ["theme"]
+ ignoreAtRules: ['theme', 'plugin', 'apply', 'utility']
35
}],
36
},
37
};
0 commit comments