Showing 2,717 of 2,717 total issues
Properties should be ordered backdrop-filter, background-color, bottom, display, flex-direction, height, justify-content, left, order, padding, position, width Open
Open
background-color: var(--glassyElementBackground);
- Exclude checks
Properties should be ordered display, position Open
Open
position: absolute;
- Exclude checks
Properties should be ordered bottom, display, left, overflow, position, text-overflow, white-space, width Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background-color: var(--glassyElementBackground);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: hidden;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
Colon after property should be followed by one space Open
Open
width:100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 15px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow-x: hidden;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: flex;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color green
should be written in hexadecimal form as #008000
Open
Open
background-color: green;
- Exclude checks
Color literals like green
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: green;
- Exclude checks
Properties should be ordered background, border-top, bottom, box-sizing, display, height, left, max-height, overflow, padding, position, width Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
overflow: hidden;
- Exclude checks
Avoid using id selectors Open
Open
#spaceinfo {
- Exclude checks
Avoid using id selectors Open
Open
#headbar2 {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.toolbar {
- Exclude checks
Avoid using id selectors Open
Open
#websitecontrols {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
body, input {
- Exclude checks