PlanHubMe/PlanHub

View on GitHub
public/css/style.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    display: inline !important;
Severity: Minor
Found in public/css/style.css by csslint

Use of !important
Open

    color: red !important;
Severity: Minor
Found in public/css/style.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import url("https://fonts.googleapis.com/css?family=Lato:300italic,400italic,700italic,400,300,700");
Severity: Minor
Found in public/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding-top: 0px;
Severity: Minor
Found in public/css/style.css by csslint

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

.main-jumbo {
Severity: Minor
Found in public/css/style.css by csslint

Heading (h3) should not be qualified.
Open

.aboutNames h3 {
Severity: Minor
Found in public/css/style.css by csslint

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

.big-text-thing {
Severity: Minor
Found in public/css/style.css by csslint

There are no issues that match your filters.

Category
Status