Showing 2,717 of 2,717 total issues
Line should be indented with spaces, not tabs Open
Open
height: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
min-width: 130px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.headbar,
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
hr {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
justify-content: center;
- 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
Avoid using id selectors Open
Open
#emergencytools, #emergencytoolsloading { // Emergency Tools
- Exclude checks
Colon after property should be followed by one space Open
Open
background:#000000aa;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: none;
- Exclude checks
Properties should be ordered background-color, height, left, margin, overflow, overscroll-behavior, padding, position, top, width Open
Open
margin: 0;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
height: calc(100vh - var(--taskbarheight));
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
box-sizing: border-box;
- Exclude checks
Properties should be ordered background, border, height, width Open
Open
width: 100%;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: absolute;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
>div {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: none;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.headbar {
- Exclude checks
!important should not be used Open
Open
transform: scaleY(1) !important;
- Exclude checks
Properties should be ordered background-color, opacity Open
Open
opacity: 1;
- Exclude checks