Skip to content

Instantly share code, notes, and snippets.

@seven-phases-max
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save seven-phases-max/3bc77e5fcf8886ee0e3f to your computer and use it in GitHub Desktop.

Select an option

Save seven-phases-max/3bc77e5fcf8886ee0e3f to your computer and use it in GitHub Desktop.
.filter:extend(.btn-group all) {}
button:extend(.btn-default, .btn all) {}
.filter > button:extend(.btn-group > .btn all) {}
// also don't miss that there're a lot of classes like
// .btn-group-xs .btn-xs etc. etc.
// and none of those are considered by above code
// (so you also have to code them explicitly when needed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment