newraina/mePlayer

View on GitHub
src/fontello/fontello.css

Summary

Maintainability
Test Coverage

Attribute selectors with ^= are slow!
Open

 [class^="icon-"]:before, [class*=" icon-"]:before {
Severity: Minor
Found in src/fontello/fontello.css by csslint

Attribute selectors with *= are slow!
Open

 [class^="icon-"]:before, [class*=" icon-"]:before {
Severity: Minor
Found in src/fontello/fontello.css by csslint

Unqualified attribute selectors are known to be slow.
Open

 [class^="icon-"]:before, [class*=" icon-"]:before {
Severity: Minor
Found in src/fontello/fontello.css by csslint

Unqualified attribute selectors are known to be slow.
Open

 [class^="icon-"]:before, [class*=" icon-"]:before {
Severity: Minor
Found in src/fontello/fontello.css by csslint

There are no issues that match your filters.

Category
Status