Files
ladybird/Userland/Libraries/LibWeb/CSS
Andreas Kling 1b55ff6f4c LibWeb: Expand CSS var() inside calc() paren blocks
Before this change, this var() would get expanded:

    calc(10px * var(--one))

But this one would not:

    calc(10px * (var(--one))
2023-06-19 17:54:07 +02:00
..
2023-06-17 12:13:28 +01:00
2023-06-15 16:54:14 +01:00
2023-06-15 16:54:14 +01:00
2023-03-15 12:48:25 -04:00
2023-03-15 12:48:25 -04:00