We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good day,
I have a found a bug related to version of tinycss2=1.1.0 in weasyprint 52.2.
I have css file which contains reference to another, so css file which I use during write_pdf() looks like:
@import url("main.css");
and in Weasyprint with tinycss2==1.1.0 don't load data from "main.css", at the same time with timycss2==1.0.2 it is working fine.
The text was updated successfully, but these errors were encountered:
a156a26
Fix imports with url() and quotes
6c1652e
Fix #1299. Related to Kozea/tinycss2#33.
Thanks a lot for the report!
The bug has been introduced by the change described in Kozea/tinycss2#33. It had been changed everywhere else (we hope), but not there!
It’s been fixed in master, and backported to 52.x.
master
52.x
Sorry, something went wrong.
No branches or pull requests
Good day,
I have a found a bug related to version of tinycss2=1.1.0 in weasyprint 52.2.
I have css file which contains reference to another, so css file which I use during write_pdf() looks like:
@import url("main.css");
and in Weasyprint with tinycss2==1.1.0 don't load data from "main.css", at the same time with timycss2==1.0.2 it is working fine.
The text was updated successfully, but these errors were encountered: