cloudfoundry/stratos

View on GitHub
build/tools/v4-migration/templates/_index.scss

Summary

Maintainability
Test Coverage
@import '~@stratosui/theme/helper';

// Custom Theme
@import './sass/custom';

@function stratos-theme() {
  $theme: stratos-theme-helper($stratos-theme);
  @return $theme
}