mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
Before this change, this var() would get expanded:
calc(10px * var(--one))
But this one would not:
calc(10px * (var(--one))
177 B
177 B