Showing 2,200 of 2,231 total issues
Rule declaration should be preceded by an empty line Open
Open
&::before,
- Exclude checks
0.42
should be written without a leading zero as .42
Open
Open
i.fa-plus-circle { opacity: 0.42; }
- Exclude checks
Color literals like rgba(0, 0, 0, 0.1)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(0, 0, 0, 0.1);
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.fa-calendar { font-size: 1.1em; }
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&::after { content: ")"; }
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Merge rule table.table-hover
with rule on line 4 Open
Open
table.table-hover {
- Exclude checks
Properties should be ordered background-color, border, border-radius, box-shadow, display Open
Open
display: table;
- Exclude checks
Properties should be ordered opacity, overflow, padding Open
Open
padding: 0 11px 0 4px;
- Exclude checks
Color literals like rgba(0, 0, 0, 0.25)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
&:hover { background-color: rgba(0, 0, 0, 0.25); }
- Exclude checks
Properties should be ordered background, border-left, border-right, box-sizing, color, cursor, display, height, position, right, text-align, top, width, z-index Open
Open
position: absolute;
- Exclude checks
Properties should be ordered background, color Open
Open
color: $grey-text;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
> *:first-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> *:first-child {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector t_int
should be written in lowercase with hyphens Open
Open
tbody th.t_int,
- Exclude checks
Color literals like #7f7f7f
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #7f7f7f;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks