Skip to content

Instantly share code, notes, and snippets.

@a-axton
Created March 29, 2017 21:33
Show Gist options
  • Select an option

  • Save a-axton/e62ad2190d1be29276d816fc8a0e9f1a to your computer and use it in GitHub Desktop.

Select an option

Save a-axton/e62ad2190d1be29276d816fc8a0e9f1a to your computer and use it in GitHub Desktop.
Strip sass/scss units
@function strip-units($number) {
@return $number / ($number * 0 + 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment