baldvinhansson
Results
2
comments of
baldvinhansson
Revisiting this issue now and was trying to see if it was just some silly user error that I made. Still stuck and not able to get this to work....
Yes, assuming `$var: 10px` for instance. The code `height: calc(100vh - $var);` renders as `height: calc(100vh - $var);` instead of `height: calc(100vh - 10px);`