Showing 457 of 504 total issues
Adjoining classes: .scoreboard.disabled > .container > .inning:nth-child(1) Open
Open
.scoreboard > .container > .inning:nth-child(1), .scoreboard.disabled > .container > .inning:nth-child(1) {
- Exclude checks
Adjoining classes: .scoreboard.disabled > .container > .inning:nth-child(12) Open
Open
.scoreboard > .container > .inning:nth-child(12), .scoreboard.disabled > .container > .inning:nth-child(12) {
- Exclude checks
Don't use IDs in selectors. Open
Open
#bg {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.teamName#home > #bg > span {
- Exclude checks
2 IDs in the selector, really? Open
Open
.teamName#home > #bg > span {
- Exclude checks
The universal selector (*) is known to be slow. Open
Open
.inning > *, .score > * {
- Exclude checks
Don't use IDs in selectors. Open
Open
.score > .score#home {
- Exclude checks
Rule is empty. Open
Open
:root {
- Exclude checks
Expected RBRACE at line 10, col 5. Open
Open
--w-div: 7px;
- Exclude checks
Expected RBRACE at line 20, col 5. Open
Open
--g-away: linear-gradient(0deg, var(--c-away) 0%, rgba(255,255,255,0.4) 100%), var(--c-away);
- Exclude checks
Expected RBRACE at line 21, col 5. Open
Open
--g-def: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%);
- Exclude checks
Element (div.teamName#away) is overqualified, just use #away without element name. Open
Open
.scoreboard > div.teamName#away {
- Exclude checks
Don't use IDs in selectors. Open
Open
.scoreboard > div.teamLogo#home {
- Exclude checks
Element (div.teamLogo#away) is overqualified, just use #away without element name. Open
Open
.scoreboard.disabled#postgame > div.teamLogo#away {
- Exclude checks
2 IDs in the selector, really? Open
Open
.scoreboard.disabled#postgame > div.teamName#away {
- Exclude checks
Adjoining classes: .scoreboard.disabled#postgame > div.teamName#home Open
Open
.scoreboard.disabled#postgame > div.teamName#home {
- Exclude checks
2 IDs in the selector, really? Open
Open
.scoreboard#postgame > div.teamLogo#home {
- Exclude checks
Expected (<box>#) but found 'text'.</box> Open
Open
background-clip: text;
- Exclude checks
Expected RBRACE at line 22, col 5. Open
Open
--g-away: linear-gradient(0deg, var(--c-away) 0%, rgba(255,255,255,0.4) 100%), var(--c-away);
- Exclude checks
Expected RBRACE at line 10, col 5. Open
Open
--w-score: 100px;
- Exclude checks