diff --git a/.stylelintrc.json b/.stylelintrc.json index 2be2231f..c1a7918e 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -5,11 +5,6 @@ "comment-empty-line-before": ["always", { "ignore": ["stylelint-commands", "after-comment"] }], - "declaration-colon-space-after": "always", - "indentation": [2, { - "except": ["value"] - }], - "max-empty-lines": 4, "rule-empty-line-before": ["never-multi-line", { "except": ["first-nested"], "ignore": ["after-comment", "inside-block"]