Showing 2,717 of 2,717 total issues
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
padding: 0 .75em;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
a {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
border-bottom: 1px solid #999;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
position: relative;
- Exclude checks
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 4 Open
Open
&_F {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Prefer single quoted strings Open
Open
content: "!";
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
button {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&[disabled] {
- Exclude checks
Colon after property should be followed by one space Open
Open
--background-color:#000;
- Exclude checks
Colon after property should be followed by one space Open
Open
--font:sans-serif;
- Exclude checks
Colon after property should be followed by one space Open
Open
width:100%;
- Exclude checks
Colon after property should be followed by one space Open
Open
display:inline-block;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Colon after property should be followed by one space Open
Open
outline:0;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
.expression {
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: black;
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks