Skip to content

Instantly share code, notes, and snippets.

@mariusz
Created February 26, 2014 11:27
Show Gist options
  • Save mariusz/9227884 to your computer and use it in GitHub Desktop.
Save mariusz/9227884 to your computer and use it in GitHub Desktop.
@function stripPx($in) {
$stripped: $in / ($in * 0 + 1); //strip unit
@return (($stripped) * 16) * 1px; //convert to px
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment