UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

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}}