Showing 2,717 of 2,717 total issues
Rule declaration should be preceded by an empty line Open
Open
&.headbar {
- Exclude checks
Properties should be ordered border, display, height, opacity, width Open
Open
display: inline;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #000000;
- Exclude checks
Properties should be ordered height, max-height, resize, width Open
Open
resize: both;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- Exclude checks
Properties should be ordered background-color, border, border-top-left-radius, border-top-right-radius, height, overflow, padding-right, position, top, width Open
Open
position: relative;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&[disabled],
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.reload {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
left: 400px;
- 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
Colon after property should be followed by one space Open
Open
opacity:.6;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #000;
- Exclude checks
Colon after property should be followed by one space Open
Open
position:relative;
- Exclude checks
Avoid using id selectors Open
Open
#header {
- Exclude checks
Selector bool_range
should be written in lowercase with hyphens Open
Open
.setting .bool_range {
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
top: 0;
- 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
Rule declaration should be preceded by an empty line Open
Open
>nav {
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
&::selection {
- Exclude checks