MIF_E31210228/public/admin/scss/_custom-variables/_support.scss

10 lines
117 B
SCSS

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