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
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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,