Showing 2,717 of 2,717 total issues
Property pointer-events
already defined on line 202 Open
Open
pointer-events: none;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.icon {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
bottom: 0;
- Exclude checks
Avoid using id selectors Open
Open
#spaceinfo {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Begin pseudo classes with a single colon: :
Open
Open
&::-moz-meter-bar {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Colon after property should be followed by one space Open
Open
font-family:var(--font);
- Exclude checks
Colon after property should be followed by one space Open
Open
font-size:16px;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
p, a, b, input, .cmdinputcontainer {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
p, a, b, input, .cmdinputcontainer {
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
font-size:18px
- Exclude checks
Colon after property should be followed by one space Open
Open
display:block;
- Exclude checks
Colon after property should be followed by one space Open
Open
color:#ff0;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
b {
- Exclude checks
Colon after property should be followed by one space Open
Open
color:#66f;
- Exclude checks
Colon after property should be followed by one space Open
Open
color:#6f6;
- Exclude checks
Color literals like #ff0
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color:#ff0;
- Exclude checks