zurb-foundation-5
Version:
Foundation 5 for npm (no code modification from original repo)
13 lines • 399 B
HTML
{{#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}}