diff --git a/.stylelintrc.json b/.stylelintrc.json index 380227b..ee41fe4 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,3 +1,6 @@ { "extends": "stylelint-config-sass-guidelines" + "rules": { + "indentation": 4 + } }