10 lines
117 B
SCSS

$enable-light-style: true;
@mixin app-ltr($has-child: true) {
@content;
}
@mixin app-ltr-style() {
@content;
}