Skip to content

Commit fa59456

Browse files
authored
chore(stylelint): remove container from at-rule-no-unknown (#3340)
1 parent 979ba2c commit fa59456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylelint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = {
4141
"at-rule-no-unknown": [
4242
true,
4343
{
44-
ignoreAtRules: ["extend", "container", "each", "include", "mixin"],
44+
ignoreAtRules: ["extend", "each", "include", "mixin"],
4545
},
4646
],
4747
"block-no-empty": [true, {

0 commit comments

Comments
 (0)