From 4106b4dfb3166e7861d6ee00b402733e8af4f430 Mon Sep 17 00:00:00 2001 From: iturres Date: Mon, 9 Oct 2023 19:59:39 -0300 Subject: [PATCH] Chore: Add 'if' and 'else' on 'ignoreAtRules[]' .stylelintrc.json --- .stylelintrc.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index ab0d822..7de0556 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -14,7 +14,9 @@ "mixin", "include", "use", - "forward" + "forward", + "if", + "else" ] } ],