From 93bb0f704b7abfa67d21ad4d3c4f12449559645a Mon Sep 17 00:00:00 2001 From: Corey Lafferty Date: Tue, 11 Jul 2023 12:26:18 -0400 Subject: [PATCH] adds each as an ignored @ rule since it can be used --- services/app/.stylelintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/app/.stylelintrc.yml b/services/app/.stylelintrc.yml index 7efc1749..f99c1a6b 100644 --- a/services/app/.stylelintrc.yml +++ b/services/app/.stylelintrc.yml @@ -15,6 +15,7 @@ rules: - 'else' - 'for' - 'mixin' + - 'each' block-no-empty: null color-named: - never