diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 0000000..252cc97 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,5 @@ +{ + "rules": { + "indentation": 4 + } +}