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 4bf128b commit 09f4107Copy full SHA for 09f4107
1 file changed
index.js
@@ -41,7 +41,7 @@ module.exports = {
41
'max-empty-lines': 2,
42
'selector-max-id': 0,
43
'at-rule-no-unknown': [true, {
44
- 'ignoreAtRules': ['extend', 'import', 'mixin']
+ 'ignoreAtRules': ['extend', 'include', 'mixin']
45
}]
46
}
47
0 commit comments