vuematerial/vue-material

View on GitHub
src/components/MdDialog/theme.scss

Summary

Maintainability
Test Coverage
.md-dialog-container {
  @include md-theme-component() {
    @include md-theme-property(background-color, background);
    @include md-theme-property(color, text-primary, background);
  }
}