1
2// Calculate the height of an object based on its scale
3
4@function height-calc($size) {
5  @return ms($ratio, $size) + 1;
6}
7