13J-Programmers/4J-class-project

View on GitHub
public/stylesheets/index-style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#wrapper {
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

Don't use IDs in selectors.
Open

#catch {
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

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

@import url(https://fonts.googleapis.com/css?family=Fauna+One);
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

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

.title {
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

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

body {
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

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

#catch {
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

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

a, a:visited {
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

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

footer {
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

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

footer p {
Severity: Minor
Found in public/stylesheets/index-style.css by csslint

There are no issues that match your filters.

Category
Status