Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created November 15, 2010 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammerrick/700755 to your computer and use it in GitHub Desktop.
Save iammerrick/700755 to your computer and use it in GitHub Desktop.
input{
&.submit{
}
&.text{
}
&.radio{
}
}
input.submit{}
input.text{}
input.radio{}
// Provides for some nice scoping... You know everything in input{} is an input field...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment