2017-04-28 15:14:05 +03:00
|
|
|
@import '../components/header/header.component.theme';
|
2017-04-28 14:59:24 +03:00
|
|
|
@import '../components/search-input/search-input.component.theme';
|
2017-04-28 15:14:05 +03:00
|
|
|
@import '../components/footer/footer.component.theme';
|
2017-04-18 20:29:57 +03:00
|
|
|
|
2017-04-28 15:11:22 +03:00
|
|
|
// TODO: probably move this file into the components folder?
|
|
|
|
|
|
|
|
|
|
@mixin custom-components-theme($theme-name) {
|
|
|
|
|
@include base-header-theme($theme-name);
|
|
|
|
|
@include base-footer-theme($theme-name);
|
|
|
|
|
@include search-input-theme($theme-name);
|
2017-04-28 14:59:24 +03:00
|
|
|
}
|