@use "sass:math"; @function rem-calc($size) { @return math.div($size, 16px) * 1rem; }