src/frontend/packages/shared/sass/_all-theme.scss
@import '../src/components/stratos-title//stratos-title.component.theme';
@mixin apply-theme-stratos-shared($stratos-theme) {
$theme: map-get($stratos-theme, theme);
$app-theme: map-get($stratos-theme, app-theme);
@include stratos-title-component-theme($theme, $app-theme);
}