Skip to content

Commit

Permalink
Fix FP S4662 (at-rule-no-unknown): Ignore "@contain" by default
Browse files Browse the repository at this point in the history
  • Loading branch information
yassin-kammoun-sonarsource committed Oct 26, 2023
1 parent f600f32 commit 1ffe4c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class AtRuleNoUnknown implements CssRule {

private static final String DEFAULT_IGNORED_AT_RULES =
"value,at-root,content,debug,each,else,error,for,function,if,include,mixin,return,warn,while,extend,use,forward,tailwind,apply,layer,/^@.*/";
"container,value,at-root,content,debug,each,else,error,for,function,if,include,mixin,return,warn,while,extend,use,forward,tailwind,apply,layer,/^@.*/";

@RuleProperty(
key = "ignoreAtRules",
Expand Down

0 comments on commit 1ffe4c2

Please sign in to comment.