vuematerial/vue-material

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

Summary

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

    &.md-primary {
      @include md-theme-property(color, text-primary, primary);
      @include md-theme-property(background-color, primary);
    }
  }
}