diff --git a/.stylelintrc.json b/.stylelintrc.json index cceb3c88f..e617469d9 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -17,6 +17,9 @@ "empty-line-between-groups": false } ], + "string-quotes": "single", + "declaration-block-no-redundant-longhand-properties": null, + "selector-class-pattern": null, "selector-type-case": ["lower", { "ignoreTypes": ["/^\\$\\w+/"] }], "selector-type-no-unknown": [ true,