mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* Process-services: Making sure you can run ng build process-services ng test process-services * Fix the path of the styles * move the file in the right place
14 lines
527 B
SCSS
14 lines
527 B
SCSS
@import '../../../content-services/styles/index';
|
|
@import '../../../process-services/src/lib/styles/index';
|
|
@import '../../../process-services-cloud/src/lib/styles/index';
|
|
@import '../../../core/styles/index';
|
|
@import '../../../insights/styles/index';
|
|
|
|
@mixin alfresco-material-theme($theme) {
|
|
@include adf-content-services-theme($theme);
|
|
@include adf-process-services-theme($theme);
|
|
@include adf-process-services-cloud-theme($theme);
|
|
@include adf-core-theme($theme);
|
|
@include adf-insights-theme($theme);
|
|
}
|