// Page mixins
// *******************************************************************************

@import '../pages/mixins';

@mixin template-pages-theme($background, $color: null) {
  // include page related mixins
  @include app-chat-theme($background);
}
