We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The transform() compiler module crashes the Node process with a segfault on a calc()/clamp() expression:
.item { width: calc(100% - clamp(1.125rem, 1.25vw, 1.2375rem) - clamp(1.125rem, 1.25vw, 1.2375rem)); }
The playground also shows index out of bounds error and stops responding to code changes.
index out of bounds
If I use the css declaration directly in a browser, the element calculates the width correctly.
Tested on lightningcss version 1.22.0, Node versions 18.18.0 and 16.19.0, amd64 Linux
Related issue from last year: #166
The text was updated successfully, but these errors were encountered:
I tried excluding the ClampFunction feature, but it still crashes.
ClampFunction
Sorry, something went wrong.
Please raise the priority of this error.
e3c8e12
No branches or pull requests
The transform() compiler module crashes the Node process with a segfault on a calc()/clamp() expression:
The playground also shows
index out of bounds
error and stops responding to code changes.If I use the css declaration directly in a browser, the element calculates the width correctly.
Tested on lightningcss version 1.22.0, Node versions 18.18.0 and 16.19.0, amd64 Linux
Related issue from last year:
#166
The text was updated successfully, but these errors were encountered: