stories/atoms/brand/theme/themeStory.scss

Summary

Maintainability
Test Coverage
@import 'ui/styles/themes.scss';

.theme-story-main {
  @include with-theme {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: themed('header-background');
    border: 1px solid themed('border');
  }
}