racket/new-racket-web/sass/functions/_height-calc.scss
2014-03-01 19:55:48 -07: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;
}