fbi-cde/crime-data-frontend

View on GitHub
sass/components/_tables.scss

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 4 spaces
Open

    padding-bottom: 12px;
Severity: Minor
Found in sass/components/_tables.scss by scss-lint

Merge rule .jsonTable tr:nth-child(even) with rule on line 36
Open

.jsonTable tr:nth-child(even){background-color: $white;}
Severity: Minor
Found in sass/components/_tables.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    padding-top: 12px;
Severity: Minor
Found in sass/components/_tables.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    text-align: left;
Severity: Minor
Found in sass/components/_tables.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

.jsonTable tr:nth-child(even){background-color: $white;}
Severity: Minor
Found in sass/components/_tables.scss by scss-lint

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-color: $white;
Severity: Minor
Found in sass/components/_tables.scss by scss-lint

Properties should be ordered background-color, padding-bottom, padding-top, text-align
Open

    padding-top: 12px;
Severity: Minor
Found in sass/components/_tables.scss by scss-lint

Merge rule .jsonTable th with rule on line 36
Open

.jsonTable th {
Severity: Minor
Found in sass/components/_tables.scss by scss-lint

There are no issues that match your filters.

Category
Status