@function strip-units($number) {
  @return $number / ($number * 0 + 1);
}

$foo: strip-units(360deg);
