Showing 2,717 of 2,717 total issues
Each selector in a comma sequence should be on its own single line Open
Open
&,* {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
!important should not be used Open
Open
margin: 0 !important;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
outline: 40px solid rgba(0,0,0,.6);
- Exclude checks
Properties should be ordered background, content Open
Open
content: "📍";
- Exclude checks
Color #000000
should be written as #000
Open
Open
background: #000000;
- Exclude checks
Properties should be ordered aspect-ratio, font-size, height, max-width, padding Open
Open
height: 100%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.fullscreen {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
font-family: var(--font);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover, &:focus-visible {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
line-height: 2;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
display: inline-block;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
&::-webkit-meter-optimum-value {
- Exclude checks
Colon after property should be followed by one space Open
Open
top:0;
- Exclude checks
Colon after property should be followed by one space Open
Open
border-bottom:1px solid var(--themecolor);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
a {
- Exclude checks
Colon after property should be followed by one space Open
Open
padding:3px 8px;
- Exclude checks
Colon after property should be followed by one space Open
Open
background:var(--altbarcolor);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
::-webkit-scrollbar {
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
border:1px solid var(--themecolor)
- Exclude checks