Last active
August 29, 2015 14:02
-
-
Save seven-phases-max/3bc77e5fcf8886ee0e3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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