mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* Fix the scss import and save the build on S3 * Run unit test without builing again * Move success after build * Build with config e2e
8 lines
196 B
SCSS
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);
|
|
}
|