mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
Workaround for css-parser not serializing @supports rules correctly
This commit is contained in:
@@ -77,6 +77,7 @@ def setup_css_parser_serialization(tab_width=2):
|
||||
prefs.indent = tab_width * ' '
|
||||
prefs.indentClosingBrace = False
|
||||
prefs.omitLastSemicolon = False
|
||||
prefs.formatUnknownAtRules = False # True breaks @supports rules
|
||||
|
||||
|
||||
def actual_case_for_name(container, name):
|
||||
|
||||
Reference in New Issue
Block a user