echobind/ember-links-with-follower

View on GitHub
addon/styles/addon.css

Summary

Maintainability
Test Coverage

Use of !important
Open

  padding: 0 !important;
Severity: Minor
Found in addon/styles/addon.css by csslint

Use of !important
Open

  margin: 0 !important;
Severity: Minor
Found in addon/styles/addon.css by csslint

Values of 0 shouldn't have units specified.
Open

  width: 0px;
Severity: Minor
Found in addon/styles/addon.css by csslint

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

.link-follower-parent > * {
Severity: Minor
Found in addon/styles/addon.css by csslint

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

.link-follower-parent > * {
Severity: Minor
Found in addon/styles/addon.css by csslint

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

.links-with-follower .link-follower {
Severity: Minor
Found in addon/styles/addon.css by csslint

There are no issues that match your filters.

Category
Status