skip to Main Content

calc expression in SASS – CSS

In an SCSS file, I have this line of code: @return calc((#{$span-width} / #{$container}) * 100%); And it produces this error: Undefined operation "-1 * calc((3 / 14.75) * 100%)". I don't understand where the -1 is coming from. What's…

VIEW QUESTION
Back To Top
Search