1
0
mirror of synced 2025-02-04 06:09:23 +03:00
2019-09-11 04:02:16 -04:00

9 lines
149 B
SCSS

.button {
@extend %button;
@include button-color($core-accent);
}
.button-secondary {
@extend %button;
@include button-color($secondary-link);
}