@charset "UTF-8";

@use 'sass:math';

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