diff --git a/.stylelintrc b/.stylelintrc index 0d7a2707..045010a1 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -7,6 +7,7 @@ "stylelint-config-styled-components" ], "rules": { - "indentation": 4 + "indentation": 4, + "block-no-empty": null } } \ No newline at end of file