8 lines
137 B
SCSS
8 lines
137 B
SCSS
|
@import '../toggle-button/index';
|
||
|
@import './skin';
|
||
|
@import './layout';
|
||
|
|
||
|
%action-group label:first-of-type {
|
||
|
@extend %toggle-button;
|
||
|
}
|