FC-softwares/baseball-scoreboard

View on GitHub

Showing 457 of 504 total issues

Don't use IDs in selectors.
Open

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

2 IDs in the selector, really?
Open

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

Expected a FUNCTION or IDENT after colon at line 142, col 15.
Open

text-align: center;
Severity: Minor
Found in app/css/inning.css by csslint

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

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

Don't use IDs in selectors.
Open

.score > .score#away {
Severity: Minor
Found in app/css/inning.css by csslint

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

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

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

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

Expected RBRACE at line 12, col 5.
Open

--h-row: 40px;
Severity: Minor
Found in app/css/prepost.css by csslint

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

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

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

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

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

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

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

.vs, .div {
Severity: Minor
Found in app/css/prepost.css by csslint

Don't use IDs in selectors.
Open

#bg {
Severity: Minor
Found in app/css/prepost.css by csslint

Rule is empty.
Open

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

Expected (flex-start | flex-end | center | space-between | space-around) but found 'end'.
Open

justify-content: end;
Severity: Minor
Found in app/css/prepost.css by csslint

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

.teamLogo > img {
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 10, col 5.
Open

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

Expected RBRACE at line 12, col 5.
Open

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

Don't use IDs in selectors.
Open

.teamScore#away {
Severity: Minor
Found in app/css/prepost.css by csslint

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

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