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