Why is this scss output is not showing the calculated total but a string of the var instead?

后端 未结 0 1466
渐次进展
渐次进展 2021-01-11 22:13

I have this .scss file / sass:

$var-1:100px;
$var-2:100px;
$var-3:100px;
$total-height:$var-1 + $var-2 + $var-3;
.some-class{
  max-height: calc(100vh - $tota         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题