forked from madskristensen/BundlerMinifier
-
Notifications
You must be signed in to change notification settings - Fork 14
Error in Css when using clamp #28
Copy link
Copy link
Open
Labels
Description
Installed product versions
- Visual Studio: 2022 Community
- This extension: 2.9.9
Description
Bundling fails if clamp CSS function is used anywhere in css code.
Steps to recreate
- Insert (for example) this line in your css:
font-size: clamp(1.625rem, 1.3036rem + 1.4286vw, 3rem); - Try to bundle it using this extension
Current behavior
Bundling fails with error:
Error (Bundler & Minifier) Unexpected token, found ' '
Reactions are currently unavailable