mourningdove/htdocs/scss/components/foundation-custom/_buttons.scss
2026-05-24 01:03:05 +00:00

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