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
So, I'm using weasyprint v62.1 with Tailwind 3.4.1, and the issue that I'm having is that all the color codes Tailwind generates seem to be incompatible.
First I thought it was #1998 but it turns out the problem seems to be different.
Tailwind takes e.g. bg-red-500 and turns it into this:
Hi all!, thanks for weasyprint ❤️
So, I'm using weasyprint v62.1 with Tailwind 3.4.1, and the issue that I'm having is that all the color codes Tailwind generates seem to be incompatible.
First I thought it was #1998 but it turns out the problem seems to be different.
Tailwind takes e.g.
bg-red-500
and turns it into this:which does not render. I can however force Tailwind to put
/ 1
by usingbg-red-500/100
, which gives me:Both don't work.
The problem seems to be the format. If I manually put:
it works.
(I'm gonna see if I can tell tailwind to use the other format.)
Thank you!
The text was updated successfully, but these errors were encountered: