DEV Community

Discussion on: Write CSS variables faster in SCSS

Collapse
 
briancodes profile image
Brian

Hi. Is it necessary to use interpolation e.g. #{$fallback}, for the fallback? I think it would work without that

Collapse
 
meduzen profile image
Mehdi M.

You’re right, thanks! I opened a PR to make sure not to forget.

Collapse
 
meduzen profile image
Mehdi M.

Merged and it’s even better. \o/