cloudfoundry/stratos

View on GitHub
src/frontend/packages/shared/sass/_all-theme.scss

Summary

Maintainability
Test Coverage
@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);
}