You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
works like a charm, it seems that importing the file via CSS
@import url("pagerule.css");
or
@import url("pagerule.css") all;
into a referenced CSS file only processes rule #2 while rule #1 (the page rule) is completely ignored. On weasyprint command line interface with verbosity switched on, no warnings or errors are printed.
In Chrome print preview this is rendered correctly.
Is this a bug or intended behaviour?
Best regards,
Bernd
The text was updated successfully, but these errors were encountered:
Hello,
while referencing a file
pagerule.css
containingdirectly in HTML via
<link rel="stylesheet" href="pagerule.css" />
works like a charm, it seems that importing the file via CSS
@import url("pagerule.css");
or
@import url("pagerule.css") all;
into a referenced CSS file only processes rule
#2
while rule#1
(the page rule) is completely ignored. On weasyprint command line interface with verbosity switched on, no warnings or errors are printed.In Chrome print preview this is rendered correctly.
Is this a bug or intended behaviour?
Best regards,
Bernd
The text was updated successfully, but these errors were encountered: