File "_functions.scss"

Full Path: /home/ovanhxso/public_html/sass/helpers/_functions.scss
File size: 98 bytes
MIME-type: text/plain
Charset: utf-8

@function calc_rem_value($font-size) {
    @return ((1 / $base-font-size) * $font-size) + rem;
}