mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Check Book: Turn off unique headings CSS warning
This commit is contained in:
parent
b5fc420ae7
commit
21dcb2b8b6
@ -88,6 +88,7 @@ def csslint_js():
|
|||||||
'box-sizing': 1,
|
'box-sizing': 1,
|
||||||
'compatible-vendor-prefixes': 1,
|
'compatible-vendor-prefixes': 1,
|
||||||
'text-indent': 1,
|
'text-indent': 1,
|
||||||
|
'unique-headings': 1,
|
||||||
'fallback-colors': 1,
|
'fallback-colors': 1,
|
||||||
'font-faces': 1,
|
'font-faces': 1,
|
||||||
'regex-selectors': 1,
|
'regex-selectors': 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user