Variable in SASS
Use variable in formula:
Interpolation FTW:
$topHeight: 50px;
.plop{
height: calc(100vh - #{$topHeight});
}
Source:
Sources:
Mentionned:
Interpolation FTW:
$topHeight: 50px;
.plop{
height: calc(100vh - #{$topHeight});
}
Source:
Sources:
Mentionned: