-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Error in Css when using clamp #28
Comments
Can you check if this is supported by NUglify? |
The css you provided compiles fine for me, can you provide the entire file that is causing the error? |
Sure thing. Just did experiment with only this line in css file: color.css bundleconfig.json Result in Visual studio 2022 (Version 17.9.0) task runner:
|
This error is caused by using math inside the clamp function; Can you add a bug to the NUglify repository and link it here? |
Sorry, I'm no longer using BundlerMinifier. |
Installed product versions
Description
Bundling fails if clamp CSS function is used anywhere in css code.
Steps to recreate
font-size: clamp(1.625rem, 1.3036rem + 1.4286vw, 3rem);
Current behavior
Bundling fails with error:
Error (Bundler & Minifier) Unexpected token, found ' '
The text was updated successfully, but these errors were encountered: