9 lines
122 B
SCSS
9 lines
122 B
SCSS
|
@import './skin';
|
||
|
@import './layout';
|
||
|
%copy-button {
|
||
|
@extend %button;
|
||
|
}
|
||
|
.copy-button button {
|
||
|
@extend %copy-button;
|
||
|
}
|