@function to-percentage($input) {
  @return $input * 1%;
}
