11 lines
296 B
SCSS
Raw Permalink Normal View History

2025-03-05 20:28:54 -06:00
// Page mixins
// *******************************************************************************
@import '../pages/mixins';
@mixin template-pages-theme($background, $color: null) {
// include page related mixins
@include app-chat-theme($background);
@include front-theme($background);
}