1
0
mirror of https://github.com/kidoman/embd synced 2025-03-06 16:21:22 +01:00

7 lines
124 B
SCSS
Raw Permalink Normal View History

2014-03-31 06:33:08 +05:30
// Calculate the height of an object based on its scale
@function height-calc($size) {
@return ms($ratio, $size) + 1;
}