Skip to content

Instantly share code, notes, and snippets.

@nex3
Created December 5, 2011 20:18
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 nex3/1435175 to your computer and use it in GitHub Desktop.
Save nex3/1435175 to your computer and use it in GitHub Desktop.
.widget button {
background: red;
}
.widget-a {
@extend .widget;
button { width: 50px; }
}
.widget-b {
@extend .widget;
button { width: 100px; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment