2025-04-02 13:24:56 +05:30

10 lines
117 B
SCSS

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