9 lines
282 B
SCSS
9 lines
282 B
SCSS
|
|
@import "foundation/base";
|
||
|
|
|
||
|
|
// import the buttons component before we set $include-html-button-classes
|
||
|
|
@import "foundation/components/buttons";
|
||
|
|
|
||
|
|
$include-html-button-classes: false;
|
||
|
|
@import "foundation/components/button-groups";
|
||
|
|
.button-bar .button-group.right { margin-right: 0; }
|