3 lines
96 B
SCSS
3 lines
96 B
SCSS
@function calc_rem_value($font-size) {
|
|
@return ((1 / $base-font-size) * $font-size) + rem;
|
|
} |