From c32b0d17a2e8d05c950a2a27139050a0daf8ff85 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 13 Mar 2024 16:43:21 -0400 Subject: [PATCH] Disable no-descending-specificity as it incorrectly highlights issues --- stylelintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylelintrc b/stylelintrc index d393f5d..59c1dad 100644 --- a/stylelintrc +++ b/stylelintrc @@ -9,7 +9,7 @@ ], "rules": { - "no-descending-specificity": [ true, { "ignore": [ "selectors-within-list" ] } ], + "no-descending-specificity": null, "no-empty-source": null,