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.
This commit is contained in:
Nicholas Hubbard 2016-09-08 15:49:24 -04:00 committed by GitHub
parent e023a68780
commit 4e91919990

View File

@ -1,4 +1,5 @@
{ {
"extends": "stylelint-config-standard", "extends": "stylelint-config-standard",
"font-family-name-quotes": "double-where-recommended" "font-family-name-quotes": "double-where-recommended",
} "block-no-empty": false
}