mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-08 16:12:23 +02:00
Before this change, this var() would get expanded:
calc(10px * var(--one))
But this one would not:
calc(10px * (var(--one))
118 KiB
118 KiB