Showing 2,717 of 2,717 total issues
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
border-top: 1px solid var(--themecolor);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
body {
- Exclude checks
Properties should be ordered border, border-radius, flex-grow, line-height, margin, padding Open
Open
padding: 1px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
#websitecontrols {
- Exclude checks
Colon after property should be followed by one space Open
Open
line-height:1.2;
- Exclude checks
Colon after property should be followed by one space Open
Open
z-index:999;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
html, body, .content {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Color literals like #ff3333
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ff3333;
- Exclude checks
Properties should be ordered border-top, line-height, margin-top, padding-top, text-align Open
Open
text-align: right;
- Exclude checks
Colon after property should be followed by one space Open
Open
margin:.1rem;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.rightmenu {
- Exclude checks
Properties should be ordered bottom, right, width Open
Open
width: 9rem;
- Exclude checks
Colon after property should be followed by one space Open
Open
opacity:0;
- Exclude checks
Properties should be ordered align-items, box-sizing, display, height, justify-content, left, max-height, overflow, position, top, width Open
Open
position: relative;
- Exclude checks
Properties should be ordered border, margin, max-height, max-width, object-fit Open
Open
margin: auto;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:target {
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px solid #666;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-collapse: collapse;
- Exclude checks