1
0
mirror of synced 2025-02-04 14:19:23 +03:00

9 lines
149 B
SCSS
Raw Normal View History

2017-09-02 20:34:47 -04:00
.button {
@extend %button;
@include button-color($core-accent);
}
.button-secondary {
@extend %button;
@include button-color($secondary-link);
}