Showing 2,717 of 2,717 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: black;
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
background: black;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-radius: var(--border-radius);
- Exclude checks
Selector big_buttons
should be written in lowercase with hyphens Open
Open
&.big_buttons {
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
!important should not be used Open
Open
border-radius: var(--border-radius) !important;
- Exclude checks
Properties should be ordered background-color, background-repeat, border, border-radius, display, height, margin, padding, position, right, top, width Open
Open
width: 12px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&_0 {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
width: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: #77777744;
- Exclude checks
Properties should be ordered max-width, width Open
Open
width: 290px;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
background: var(--black2);
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
meter {
- Exclude checks
Properties should be ordered aspect-ratio, font-size, height, padding Open
Open
padding: 0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: .4rem;
- Exclude checks
Colon after property should be followed by one space Open
Open
margin-bottom:2px;
- Exclude checks
Properties should be ordered --background-color, --color, --font Open
Open
--color:#fff;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
p, a, b, input, .cmdinputcontainer {
- Exclude checks
Colon after property should be followed by one space Open
Open
font-size:18px
- Exclude checks