@import '../components/base-header/base-header.component.theme'; @import '../components/search-input/search-input.component.theme'; @import '../components/base-footer/base-footer.component.theme'; @mixin custom-components-theme() { @include base-header-theme(); @include base-footer-theme(); @include search-input-theme(); }