Skip to content

Commit 4e91919

Browse files
authored
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.
1 parent e023a68 commit 4e91919

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .stylelintrc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "stylelint-config-standard",
3-
"font-family-name-quotes": "double-where-recommended"
4-
}
3+
"font-family-name-quotes": "double-where-recommended",
4+
"block-no-empty": false
5+
}

0 commit comments

Comments
 (0)