mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 13:53:09 +02:00
Check Book: Turn off unique headings CSS warning
This commit is contained in:
parent
b5fc420ae7
commit
21dcb2b8b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue