From 4e919199907b87f022d92c24cdd251dc4d3fc350 Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Thu, 8 Sep 2016 15:49:24 -0400 Subject: [PATCH] Clean Up the Contributing Documentation and Process: Part VII.LXVI.I * Fix the StyleLint config to allow the empty blocks in the clock module CSS. --- .stylelintrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.stylelintrc b/.stylelintrc index 02300404..db05c713 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -1,4 +1,5 @@ { "extends": "stylelint-config-standard", - "font-family-name-quotes": "double-where-recommended" -} \ No newline at end of file + "font-family-name-quotes": "double-where-recommended", + "block-no-empty": false +}