From 8ff35be1f1fd7b80736adf59c131875f5620e704 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 8 Sep 2020 19:19:26 -0400 Subject: [PATCH] chore(styeling): Disable no-descending-specificity --- .stylelintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintrc b/.stylelintrc index 09a7962902..c0864c943b 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -8,6 +8,7 @@ "forced-colors" ] } - ] + ], + "no-descending-specificity": null } }