Select Page

Are you getting error like the screenshot below?

SCSS has a built-in function to ignore things in quotes.

width: unquote(" add_your_css_here ");
font-size: unquote("clamp(1.25rem, 0.5rem + 1.45vw, 26px)");

This will be compiled without the quotes and be valid CSS. it’s a sure-fire way of allowing modern CSS to not interrupt your scss functions