mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
7 lines
124 B
SCSS
7 lines
124 B
SCSS
|
|
// Calculate the height of an object based on its scale
|
|
|
|
@function height-calc($size) {
|
|
@return ms($ratio, $size) + 1;
|
|
}
|