mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
When serializing the "style" attribute, we were incorrectly assuming that some of the grid-related CSS properties would never contain var() substitution functions. With this fixed, we can now book appointments on https://cal.com/ :^)
2 lines
40 B
Plaintext
2 lines
40 B
Plaintext
grid: var(--foo) var(--baz) var(--bar);
|