MidnightRiders/MemberPortal

View on GitHub
app/assets/stylesheets/vendor/foundation/components/_tables.scss

Summary

Maintainability
Test Coverage

Property 'background' should be placed on separate line from selector
Open

    &:nth-of-type(even) { background: $table-even-row-bg; }

Property 'line-height' should be placed on own line
Open

  tr td { display: $table-display; line-height: $table-line-height; }

Property 'display' should be placed on separate line from selector
Open

  tr td { display: $table-display; line-height: $table-line-height; }

Prefer single quoted strings
Open

@include exports("table") {

There are no issues that match your filters.

Category
Status