@use "sass:math";

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