Check Book: Turn off unique headings CSS warning

This commit is contained in:
Kovid Goyal
2020-01-25 09:19:16 +05:30
parent b5fc420ae7
commit 21dcb2b8b6
@@ -88,6 +88,7 @@ def csslint_js():
'box-sizing': 1,
'compatible-vendor-prefixes': 1,
'text-indent': 1,
'unique-headings': 1,
'fallback-colors': 1,
'font-faces': 1,
'regex-selectors': 1,