FC-softwares/baseball-scoreboard

View on GitHub

Showing 457 of 504 total issues

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

body {
Severity: Minor
Found in app/css/inning.css by csslint

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

.scoreboard > .teamColor, .scoreboard > .teamName, .scoreboard > .teamLogo {
Severity: Minor
Found in app/css/inning.css by csslint

Don't use IDs in selectors.
Open

#bg.bg-dark {
Severity: Minor
Found in app/css/inning.css by csslint

Don't use IDs in selectors.
Open

.inning#i1 > span.number {
Severity: Minor
Found in app/css/inning.css by csslint

Expected RBRACE at line 14, col 5.
Open

--c-home: #000000;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 16, col 5.
Open

--c-score-home: #000000;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 17, col 5.
Open

--c-score-away: #000000;
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamName#away
Open

.scoreboard.disabled#postgame > div.teamName#away {
Severity: Minor
Found in app/css/prepost.css by csslint

2 IDs in the selector, really?
Open

.scoreboard#postgame > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled#postgame > div.teamColor#home
Open

.scoreboard.disabled#postgame > div.teamColor#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 6, col 5.
Open

--w-teamcolor: 7px;
Severity: Minor
Found in app/css/scoreboard.css by csslint

Rule is empty.
Open

:root {
Severity: Minor
Found in app/css/inning.css by csslint

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

.inning > *, .score > * {
Severity: Minor
Found in app/css/inning.css by csslint

Expected RBRACE at line 9, col 5.
Open

--w-score: 55px;
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard > div.teamName, .scoreboard > div.teamColor, .scoreboard > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

Adjoining classes: .scoreboard.disabled > div.teamColor
Open

.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamName#home) is overqualified, just use #home without element name.
Open

.scoreboard > div.teamName#home {
Severity: Minor
Found in app/css/prepost.css by csslint

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

.scoreboard > div.teamLogo#home {
Severity: Minor
Found in app/css/prepost.css by csslint

Element (div.teamColor#away) is overqualified, just use #away without element name.
Open

.scoreboard.disabled#postgame > div.teamColor#away {
Severity: Minor
Found in app/css/prepost.css by csslint
Severity
Category
Status
Source
Language