UNPKG

zurb-foundation-5

Version:

Foundation 5 for npm (no code modification from original repo)

18 lines (17 loc) 586 B
{{#markdown}} ```scss .your-class-name { @include button-group-container(); .your-button-class { @include button(); } & > li { @include button-group-style( // This controls the radius of the left and right edges. Set to true or px value. Default: false $radius:true, // This makes the buttons take up even space in their container. Set to the number of buttons in the group. Default: false. $even:false, // Controls how the buttons in the group float set to left or right. Default: $default-float. $float:right ); } } ``` {{/markdown}}