codefordayton/metroparks-tribute

View on GitHub
tribute_files/generic-grid.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    display: inherit !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: none !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: inline !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

  display: inline !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: block !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: block !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

  float: right !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: inherit !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: inline-block !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    float: right !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

  display: block !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

  float: left !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: inline-block !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

  display: none !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: inline !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

  display: inline-block !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    float: left !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: inherit !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    display: none !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    float: left !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Use of !important
Open

    float: right !important;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Unqualified attribute selectors are known to be slow.
Open

[class*='pull-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Attribute selectors with *= are slow!
Open

[class*='bit-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-left: 0%;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Attribute selectors with *= are slow!
Open

.gutterless [class*='pull-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Attribute selectors with *= are slow!
Open

[class*='pull-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin-left: 0%;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Unqualified attribute selectors are known to be slow.
Open

[class*='col-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Unqualified attribute selectors are known to be slow.
Open

[class*='push-'] {
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Attribute selectors with *= are slow!
Open

.gutterless [class*='push-'] {
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Attribute selectors with *= are slow!
Open

.gutterless [class*='col-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Attribute selectors with *= are slow!
Open

[class*='col-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Unqualified attribute selectors are known to be slow.
Open

.gutterless [class*='col-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Unqualified attribute selectors are known to be slow.
Open

[class*='bit-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-left: 0%;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Attribute selectors with *= are slow!
Open

.gutterless [class*='bit-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Attribute selectors with *= are slow!
Open

[class*='push-'] {
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Unqualified attribute selectors are known to be slow.
Open

.gutterless [class*='bit-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Unqualified attribute selectors are known to be slow.
Open

.gutterless [class*='pull-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Unqualified attribute selectors are known to be slow.
Open

.gutterless [class*='push-'] {
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

  padding:0 0.3em;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Using width with padding-left can sometimes make elements larger than you expect.
Open

  padding-left: 1.5em;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

Using width with padding-right can sometimes make elements larger than you expect.
Open

  padding-right: 1.5em;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: border-box;
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

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

.gutterless [class*='bit-'],
Severity: Minor
Found in tribute_files/generic-grid.css by csslint

There are no issues that match your filters.

Category
Status