mambax7/references

View on GitHub
assets/js/css/accordion.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#accordion {
Severity: Minor
Found in assets/js/css/accordion.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 20px 0px;
Severity: Minor
Found in assets/js/css/accordion.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 0px;
Severity: Minor
Found in assets/js/css/accordion.css by csslint

Element (h3.toggler) is overqualified, just use .toggler without element name.
Open

h3.toggler {
Severity: Minor
Found in assets/js/css/accordion.css by csslint

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

h3.toggler {
Severity: Minor
Found in assets/js/css/accordion.css by csslint

Heading (h4) should not be qualified.
Open

div.element p, div.element h4 {
Severity: Minor
Found in assets/js/css/accordion.css by csslint

There are no issues that match your filters.

Category
Status