Showing 2,717 of 2,717 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
button {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
button {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&::before {
- Exclude checks
Colon after property should be followed by one space Open
Open
content:'> ';
- Exclude checks
Colon after property should be followed by one space Open
Open
padding:1px 10px;
- Exclude checks
Properties should be ordered border, border-bottom, font-size, height, padding-left, padding-right, -webkit-tap-highlight-color, text-align, width Open
Open
width: 100%;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
.buttons {
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: .01em solid black;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
align-items: center;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#imagep {
- Exclude checks
Colon after property should be followed by one space Open
Open
transform:scale(1);
- Exclude checks
Color literals like gray
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid gray;
- Exclude checks
Properties should be ordered display, height, left, margin, position, top, width Open
Open
position: relative;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: sticky;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #000;
- Exclude checks
Colon after property should be followed by one space Open
Open
height:100%;
- Exclude checks
Colon after property should be followed by one space Open
Open
left:50%;
- Exclude checks
Colon after property should be followed by one space Open
Open
padding:0;
- Exclude checks
Colon after property should be followed by one space Open
Open
margin:0;
- Exclude checks