strip-unit()

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

Last updated