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
The Handle var function in properties with multiple values #1219 is still running, but since 2020, maybe it is the same case here.
Unfortunately, for this issue the code is very simple, but in a real case we use a front-end that have many class definition like that.
We cannot override every border-* into:
build-essential is already the newest version (12.9).
libcairo2 is already the newest version (1.16.0-5).
libgdk-pixbuf2.0-0 is already the newest version (2.40.2-2).
libffi-dev is already the newest version (3.3-6).
libpango-1.0-0 is already the newest version (1.46.2-3).
libpangocairo-1.0-0 is already the newest version (1.46.2-3).
python3-cffi is already the newest version (1.14.5-1).
python3-pip is already the newest version (20.3.4-4+deb11u1).
python3-dev is already the newest version (3.9.2-3).
python3-setuptools is already the newest version (52.0.0-4).
shared-mime-info is already the newest version (2.0-1).
python3-wheel is already the newest version (0.34.2-1).
The text was updated successfully, but these errors were encountered:
the !important part is applied to the --var-border property, it’s not included in the variable. It means that the content of border-bottom will be 1px solid rgba(…), without !important.)
Using Debian 11 and Weasyprint 52.5 installed from pip (because packaged version for Debian 11 is 51.2)
Result to that:
Even with this:
As Add support for concatenating var() functions in 'content' declarations #1165 being merged in release 52, it should works as untended.
The Handle var function in properties with multiple values #1219 is still running, but since 2020, maybe it is the same case here.
Unfortunately, for this issue the code is very simple, but in a real case we use a front-end that have many class definition like that.
We cannot override every
border-*
into:Even Bootstrap 5 has concatenated class value:
https://github.com/twbs/bootstrap/blob/afd37369bc87f8d48e5d86348a16dfbc9eba90f9/dist/css/bootstrap.css#L7439-L7441
Or can be conflict from installed packages?
Packages installed by following https://doc.courtbouillon.org/weasyprint/v52.5/install.html#debian-ubuntu
Versions
The text was updated successfully, but these errors were encountered: