6 lines
59 B
SCSS
6 lines
59 B
SCSS
/* Buttons */
|
|
|
|
.button {
|
|
@extend %button; // that's it
|
|
}
|