Showing 2,717 of 2,717 total issues
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
img {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, iframe {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 5px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
float: left;
- Exclude checks
Colon after property should be followed by one space Open
Open
color:#fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background-color: #853;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
overflow: clip;
- Exclude checks
Properties should be ordered padding-right, vertical-align, width Open
Open
width: 1em;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--black2: #151515;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--black3: #444;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
--glassyElementBlur: 25px;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover, &:focus-visible {
- Exclude checks
Selector contextMenu
should be written in lowercase with hyphens Open
Open
.contextMenu {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background:#ffffff77;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
height:auto;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
>* {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border:1px solid var(--themecolor);
- Exclude checks
Properties should be ordered border, border-bottom, margin, padding Open
Open
margin:0;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border:none;
- Exclude checks