Showing 2,717 of 2,717 total issues
Line should be indented with spaces, not tabs Open
Open
height: 16px;
- Exclude checks
Colon after property should be followed by one space Open
Open
display:block;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
sub {
- Exclude checks
Colon after property should be followed by one space Open
Open
height:auto;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
a {
- Exclude checks
Properties should be ordered background, border, display, height, margin, padding, position, text-align, text-decoration, width Open
Open
display:inline-block;
- Exclude checks
Colon after property should be followed by one space Open
Open
text-overflow:ellipsis;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
tr {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--taskbarheight: 45px; // maybe deprecated in this file
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background-color: transparent;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
font-family: var(--font);
- Exclude checks
Colon after property should be followed by one space Open
Open
width:100%;
- Exclude checks
Colon after property should be followed by one space Open
Open
position:absolute;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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
Colon after property should be followed by one space Open
Open
border-bottom:none;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
::-webkit-scrollbar-corner {
- Exclude checks
Colon after property should be followed by one space Open
Open
background:var(--black);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: absolute;
- Exclude checks
!important should not be used Open
Open
opacity: .05 !important;
- Exclude checks