SCSS

A quick tip that I just figured out.

The scss documentation does not mention this but if you are using a @mixin and want to use `calc()´ with a variable inside it you have interpolate the variable. Like this `calc(100% – #{$var}) or it won’t get translated.

Just thought I’d mention it, in part as a reminder for myself.

 

/Mats