diff options
| author | Mark Otto <[email protected]> | 2013-12-09 11:30:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-09 11:30:10 -0800 |
| commit | 25ec09f06a08ed21a6997424456560cee705fcae (patch) | |
| tree | a99a838ddd133d9a04f6779c6ac8c7e555c6fb23 /less/button-groups.less | |
| parent | 7d4171ccd1463b5010405bd662f7f4db07d73220 (diff) | |
| parent | d466d527a496e14ef1c8fdbeb7a221bd3a239f09 (diff) | |
| download | bootstrap-25ec09f06a08ed21a6997424456560cee705fcae.tar.xz bootstrap-25ec09f06a08ed21a6997424456560cee705fcae.zip | |
Merge pull request #11790 from twbs/drop_recess_for_less
Drop grunt-recess for grunt-contrib-less
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 05fda149a..ef9c34e77 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -37,7 +37,7 @@ // Optional: Group multiple button groups together for a toolbar .btn-toolbar { - .clearfix(); + &:extend(.clearfix all); .btn-group { float: left; @@ -157,7 +157,7 @@ // Clear floats so dropdown menus can be properly placed > .btn-group { - .clearfix(); + &:extend(.clearfix all); > .btn { float: none; } |
