diff --git a/.stylelintrc.json b/.stylelintrc.json index 4472dfb..a468d70 100755 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -2,6 +2,7 @@ "extends": "stylelint-config-recommended", "rules": { "indentation": 2, - "string-quotes": "single" + "string-quotes": "single", + "no-descending-specificity": null } }