diff --git a/.stylelintrc.json b/.stylelintrc.json index e0e6699..2b887a4 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -4,6 +4,7 @@ ], "rules": { "media-feature-range-notation": "prefix", - "color-function-notation": "legacy" + "color-function-notation": "legacy", + "no-descending-specificity": null } }