Skip to content

Instantly share code, notes, and snippets.

@nathancarnes
Forked from adrianpike/gist:2324051
Created April 6, 2012 23:47
Show Gist options
  • Save nathancarnes/2324059 to your computer and use it in GitHub Desktop.
Save nathancarnes/2324059 to your computer and use it in GitHub Desktop.
.ym-button {
// defined elsewhere, sets up button styles and some such
}
.adrians-button {
.ym-button; // No ampersand, yo
background-color: @purple-as-fuck; // assuming this is a supposed to be a variable?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment