Skip to content

Conversation

@felixfon
Copy link
Contributor

Improved parsing of calc() functions to correctly handle nested parentheses.

Examples:

.class { top: calc(var(--variable-name)); top: calc(var(--variable-name) + 10px); top: calc((10px + var(--variable-name)) * 2); }
@jleeson jleeson merged commit 18cae14 into jleeson:master May 27, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants