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`.**

13 lines 399 B
{{#markdown}} ```scss .custom-button-container-class { @include button-group-container( // we use this to add styles for a button group container. Default: true $styles:true, // We use this if we want the button group container floated. It relies on the $default-float scss variable. Default: false; $float:false ); .custom-button-class { @include button; } } ``` {{/markdown}}