Contribution Date
Technology
Contribution Project
Contribution Details
I have added patch for 9.5.x. but I see a problem while compiling the patch. This CSS code
transform: translateX(calc(-100% - var(--drupal-displace-offset-right, 0px))); /* LTR */
is compiled into transform: translateX(-100%); /* LTR */
which seems to be an issue for me. I see calc()
function is calculating on the compilation time only, noticed that for other units as well. this is happening in 9.5.x only not on 10.1.x
Issue Status
patch
Contribution Issue Link
Contribution Link
Files count
1
Patches count
1