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 979ba2c commit fa59456Copy full SHA for fa59456
stylelint.config.js
@@ -41,7 +41,7 @@ module.exports = {
41
"at-rule-no-unknown": [
42
true,
43
{
44
- ignoreAtRules: ["extend", "container", "each", "include", "mixin"],
+ ignoreAtRules: ["extend", "each", "include", "mixin"],
45
},
46
],
47
"block-no-empty": [true, {
0 commit comments