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,