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,