seblucas/cops-html-ui

View on GitHub
app/css/cops.css

Summary

Maintainability
Test Coverage

Adjoining classes: .row.no-gutters
Open

.row.no-gutters {
Severity: Minor
Found in app/css/cops.css by csslint

Adjoining classes: .row.no-gutters > [class*=" col-"]
Open

.row.no-gutters > [class*=" col-"] {
Severity: Minor
Found in app/css/cops.css by csslint

Adjoining classes: .row.no-gutters > [class^="col-"]
Open

.row.no-gutters > [class^="col-"],
Severity: Minor
Found in app/css/cops.css by csslint

Attribute selectors with *= are slow!
Open

.row.no-gutters > [class*=" col-"] {
Severity: Minor
Found in app/css/cops.css by csslint

Element (li.media) is overqualified, just use .media without element name.
Open

li.media {
Severity: Minor
Found in app/css/cops.css by csslint

Attribute selectors with ^= are slow!
Open

.row.no-gutters > [class^="col-"],
Severity: Minor
Found in app/css/cops.css by csslint

Unqualified attribute selectors are known to be slow.
Open

.row.no-gutters > [class*=" col-"] {
Severity: Minor
Found in app/css/cops.css by csslint

Values of 0 shouldn't have units specified.
Open

        margin-right: 0px;
Severity: Minor
Found in app/css/cops.css by csslint

Values of 0 shouldn't have units specified.
Open

        margin-left: 0px;
Severity: Minor
Found in app/css/cops.css by csslint

Unqualified attribute selectors are known to be slow.
Open

.row.no-gutters > [class^="col-"],
Severity: Minor
Found in app/css/cops.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

    .navbar-form-margin {
Severity: Minor
Found in app/css/cops.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.row.no-gutters > [class^="col-"],
Severity: Minor
Found in app/css/cops.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.cover-image img {
Severity: Minor
Found in app/css/cops.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.ellipsis {
Severity: Minor
Found in app/css/cops.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.bottomright {
Severity: Minor
Found in app/css/cops.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.row.no-gutters {
Severity: Minor
Found in app/css/cops.css by csslint

There are no issues that match your filters.

Category
Status