From 21dcb2b8b6091e27792646cb2b6435cb3dd422ad Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 25 Jan 2020 09:19:16 +0530 Subject: [PATCH] Check Book: Turn off unique headings CSS warning --- src/calibre/ebooks/oeb/polish/check/css.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/oeb/polish/check/css.py b/src/calibre/ebooks/oeb/polish/check/css.py index 2499392a56..f7d7ea3b68 100644 --- a/src/calibre/ebooks/oeb/polish/check/css.py +++ b/src/calibre/ebooks/oeb/polish/check/css.py @@ -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,