Skip to content

Instantly share code, notes, and snippets.

@babsgosgens
Created August 7, 2013 09:42
Show Gist options
  • Save babsgosgens/6172651 to your computer and use it in GitHub Desktop.
Save babsgosgens/6172651 to your computer and use it in GitHub Desktop.
Convert a fraction to a percentage.
@function fraction-to-percentage($fraction: 1/3) {
@return $fraction*100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment