Skip to content

Instantly share code, notes, and snippets.

@sjungling
Created December 21, 2010 20:05
Show Gist options
  • Save sjungling/750494 to your computer and use it in GitHub Desktop.
Save sjungling/750494 to your computer and use it in GitHub Desktop.
// Custom Mixins
@mixin size ($size: 13px) {
font-size: $size / 13 * 100%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment