diff --git a/.stylelintrc.json b/.stylelintrc.json index 05ffdd4..cf4df56 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,9 +1,12 @@ -{ +{ "extends": "stylelint-config-standard", "rules": { "alpha-value-notation": "number", - "selector-class-pattern": null + "selector-class-pattern": null, + "no-descending-specificity": null }, + "fix": true, + "cache": true, "overrides": [ { "files": ["*.js"],