2013-10-22 22:23:47 +02:00

7 lines
124 B
SCSS

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