Skip to content

Instantly share code, notes, and snippets.

@mikeknoop
Created March 18, 2013 06:28
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 mikeknoop/5185406 to your computer and use it in GitHub Desktop.
Save mikeknoop/5185406 to your computer and use it in GitHub Desktop.
button {
color: black;
.success { color: green; }
.error { color: red; }
.disabled { color: gray; }
}
.homepage {
// make the home page call to action green
.call-to-action { @extend button.success; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment