Skip to content

Instantly share code, notes, and snippets.

@hlb
Created August 20, 2013 01:13
Show Gist options
  • Save hlb/6276034 to your computer and use it in GitHub Desktop.
Save hlb/6276034 to your computer and use it in GitHub Desktop.
%btn {
display: inline-block;
border: 1px solid #999;
border-radius: 8px;
}
.btn-error {
@extend %btn;
background: #f00;
}
.btn-warning {
@extend %btn;
background: #fe6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment