FC-softwares/baseball-scoreboard

View on GitHub

Showing 457 of 504 total issues

Adjoining classes: .scoreboard.disabled > .container > .inning:nth-child(1)
Open

.scoreboard > .container > .inning:nth-child(1), .scoreboard.disabled > .container > .inning:nth-child(1) {
Severity: Minor
Found in app/css/inning.css by csslint

Adjoining classes: .scoreboard.disabled > .container > .inning:nth-child(12)
Open

.scoreboard > .container > .inning:nth-child(12), .scoreboard.disabled > .container > .inning:nth-child(12) {
Severity: Minor
Found in app/css/inning.css by csslint

Don't use IDs in selectors.
Open

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

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

.teamName#home > #bg > span {
Severity: Minor
Found in app/css/inning.css by csslint

2 IDs in the selector, really?
Open

.teamName#home > #bg > span {
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

Don't use IDs in selectors.
Open

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

Rule is empty.
Open

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

Expected RBRACE at line 10, col 5.
Open

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

Expected RBRACE at line 20, col 5.
Open

--g-away: linear-gradient(0deg, var(--c-away) 0%, rgba(255,255,255,0.4) 100%), var(--c-away);
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 21, col 5.
Open

--g-def: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%);
Severity: Minor
Found in app/css/prepost.css by csslint

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

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

Don't use IDs in selectors.
Open

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

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

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

2 IDs in the selector, really?
Open

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

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

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

2 IDs in the selector, really?
Open

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

Expected (<box>#) but found 'text'.</box>
Open

background-clip: text;
Severity: Minor
Found in app/css/prepost.css by csslint

Expected RBRACE at line 22, col 5.
Open

--g-away: linear-gradient(0deg, var(--c-away) 0%, rgba(255,255,255,0.4) 100%), var(--c-away);
Severity: Minor
Found in app/css/scoreboard.css by csslint

Expected RBRACE at line 10, col 5.
Open

--w-score: 100px;
Severity: Minor
Found in app/css/inning.css by csslint
Severity
Category
Status
Source
Language