1@import '../app/shared/navbar/navbar-theme';
2
3@mixin apply-theme($theme) {
4  @include nav-bar-theme($theme);
5}
6