1.3 #Buttons.3-button-group Button group
Toggle example guides Toggle HTML markup
Applied to a parent wrapper, will group all buttons into a single group.
Markup
<p class="button-set--primary button-group">
<a href="#" class="active">Button 1</a>
<a href="#">Button 2</a>
<a href="#">Button 3</a>
</p>
Source:
scss/objects/_button.scss
, line 131