_button.scss
ASCII text
1
/* Buttons */
2
3
.button {
4
@extend %button; // that's it
5
}
6