10 lines
241 B
SCSS
10 lines
241 B
SCSS
@import "foundation/components/buttons";
|
|
|
|
@include exports("button-custom") {
|
|
@if $include-html-button-classes {
|
|
button, .button {
|
|
@include inset-shadow();
|
|
@include radius($button-radius);
|
|
}
|
|
}
|
|
}
|