diff --git a/.stylelintrc.json b/.stylelintrc.json index 1927566c..2a2f6fd7 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -7,6 +7,7 @@ ], "rules": { "font-family-no-missing-generic-family-keyword": null, - "no-descending-specificity": null + "no-descending-specificity": null, + "block-no-empty": null } }