Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created September 26, 2011 13:41
Show Gist options
  • Save dagda1/1242249 to your computer and use it in GitHub Desktop.
Save dagda1/1242249 to your computer and use it in GitHub Desktop.
_main.sass
@mixin form-labels
color: $label-color
text-shadow: 0 1px 0px $label-box-shadow
form label
@include form-labels
float: left
text-transform: uppercase
form h2
font-size: 35px
@include form-labels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment