Skip to content

Commit

Permalink
Chore: Add 'if' and 'else' on 'ignoreAtRules[]' .stylelintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ITurres committed Oct 9, 2023
1 parent ec71dfe commit 4106b4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"mixin",
"include",
"use",
"forward"
"forward",
"if",
"else"
]
}
],
Expand Down

0 comments on commit 4106b4d

Please sign in to comment.