From 06eef44ef8ae17a00fe2e117d4a6f3fcf2dc966b 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 } }