Skip to content

Instantly share code, notes, and snippets.

@langolf
Created February 10, 2014 22:23
Show Gist options
  • Save langolf/8925487 to your computer and use it in GitHub Desktop.
Save langolf/8925487 to your computer and use it in GitHub Desktop.
bar()
if @font-size < 15
font-family Arial
else
font-family Georgia
.foo
font-size 14px
bar()
=> .foo
font-size 14px
font-family Arial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment