.btn-group-justified has been removed from docs and from scss. Is this intentional ?
Yes: 454cc55e313d29d886563b874abab33412f0d31d
We ought to add an entry to the v4 Migration docs.
@cvrebert But what is the replacement for .btn-group-justified ?
CC: @mdo
@mdo why to remove .btn-group-justified ?
seriously.... why?
Yeah, why was it removed? Was it because it could only be used on a
tags? I really liked that justified button scheme, and I used it all over one of my websites.
Would be great if this is added back, I miss the btn-group-justified class. It was a great UI for navigation.
See http://stackoverflow.com/questions/34450586/justify-buttons-with-bootstrap-v4/34450587 about how to add the .btn-group-justified
class back into Bootstrap 4
@mdo Could you please explain your rationale here regarding the removal?
Maybe there is a better way to do this with flex? Is that the replacement?
Shouldn't be, since Flexbox is disabled by default in Bootstrap 4.
So is this going to be readded again, or will it be left out?
Only @mdo can answer that.
Solution at http://stackoverflow.com/a/39119031/1823988 works for me. Can you include it?
You can use like this
class="btn-group btn-group-toggle nav nav-fill"
Most helpful comment
@mdo Could you please explain your rationale here regarding the removal?