Maurizio Vitale 762c7f8974
Fix the scss import and save the build on S3 (#1382)
* Fix the scss import and save the build on S3

* Run unit test without builing again

* Move success after build

* Build with config e2e
2020-03-27 11:55:04 +00:00

8 lines
196 B
SCSS

@import './app-layout/app-layout.theme.scss';
@import '../header/header.component.scss';
@mixin layout-theme($theme) {
@include app-layout-theme($theme);
@include app-header-theme($theme);
}