@function strip-unit($number) { @return math.div($number, ($number * 0 + 1)); }
Last updated 2 years ago