Showing 457 of 504 total issues
Rule doesn't have all its properties in alphabetical order. Open
Open
body {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.scoreboard > .teamColor, .scoreboard > .teamName, .scoreboard > .teamLogo {
- Exclude checks
Don't use IDs in selectors. Open
Open
#bg.bg-dark {
- Exclude checks
Don't use IDs in selectors. Open
Open
.inning#i1 > span.number {
- Exclude checks
Expected RBRACE at line 14, col 5. Open
Open
--c-home: #000000;
- Exclude checks
Expected RBRACE at line 16, col 5. Open
Open
--c-score-home: #000000;
- Exclude checks
Expected RBRACE at line 17, col 5. Open
Open
--c-score-away: #000000;
- Exclude checks
Adjoining classes: .scoreboard.disabled#postgame > div.teamName#away Open
Open
.scoreboard.disabled#postgame > div.teamName#away {
- Exclude checks
2 IDs in the selector, really? Open
Open
.scoreboard#postgame > div.teamName#home {
- Exclude checks
Adjoining classes: .scoreboard.disabled#postgame > div.teamColor#home Open
Open
.scoreboard.disabled#postgame > div.teamColor#home {
- Exclude checks
Expected RBRACE at line 6, col 5. Open
Open
--w-teamcolor: 7px;
- Exclude checks
Rule is empty. Open
Open
:root {
- Exclude checks
The universal selector (*) is known to be slow. Open
Open
.inning > *, .score > * {
- Exclude checks
Expected RBRACE at line 9, col 5. Open
Open
--w-score: 55px;
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.scoreboard > div.teamName, .scoreboard > div.teamColor, .scoreboard > div.teamLogo {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
- Exclude checks
Adjoining classes: .scoreboard.disabled > div.teamColor Open
Open
.scoreboard.disabled > div.teamName, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamColor, .scoreboard.disabled > div.teamLogo {
- Exclude checks
Element (div.teamName#home) is overqualified, just use #home without element name. Open
Open
.scoreboard > div.teamName#home {
- Exclude checks
Rule doesn't have all its properties in alphabetical order. Open
Open
.scoreboard > div.teamLogo#home {
- Exclude checks
Element (div.teamColor#away) is overqualified, just use #away without element name. Open
Open
.scoreboard.disabled#postgame > div.teamColor#away {
- Exclude checks