Open
Description
Just in case someone is battling this issue.
height: calc(100vh - $header-height);
will not work - however
height: calc(100vh - #{$header-height});
does work.
Not sure if this is a bug in WebOptimizer.Sass or if maybe I've been writing incorrect SCSS to this date. The syntax without interpolation worked fine in the WebCompiler VS extension but had to be changed when I started using WebOptimizer.
Metadata
Assignees
Labels
No labels
Activity