diff --git a/.stylelintrc.json b/.stylelintrc.json index 73ad2585..722ea8ce 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -7,6 +7,7 @@ "stylelint-config-rational-order" ], "rules": { + "indentation": 4, "color-function-notation": ["legacy"], "declaration-empty-line-before": null, "order/properties-order": [],