fbredius/storybook

View on GitHub
examples/web-components-kitchen-sink/src/components/sb-button.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function styles has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static get styles() {
    return css`
      .storybook-button {
        font-family: 'Nunito Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 700;
Severity: Minor
Found in examples/web-components-kitchen-sink/src/components/sb-button.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status