Showing 2,200 of 2,231 total issues
Selector m_error
should be written in lowercase with hyphens Open
Open
.level-error .show-more-fade,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&::before,
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
padding: 1px 0.25em;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered background-color, font-weight Open
Open
font-weight: bold;
- Exclude checks
Properties should be ordered background-color, color Open
Open
color: $hover-fg;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered font-style, opacity Open
Open
opacity: 0.5;
- Exclude checks
0.94
should be written without a leading zero as .94
Open
Open
transform: scale(0.9, 0.94);
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
&:hover { background-color: rgba(0, 0, 0, 0.25); }
- Exclude checks
Prefer single quoted strings Open
Open
&::before { content: "("; }
- Exclude checks
Properties should be ordered background, box-sizing, height, position, transform, transition, width Open
Open
position: absolute;
- Exclude checks
Properties should be ordered background-color, color Open
Open
color: $hover-fg;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=checkbox] {
- 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
border-left: 1px solid rgba(0, 0, 0, 0.25);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
tbody th.t_int,
- Exclude checks
0.7
should be written without a leading zero as .7
Open
Open
opacity: 0.7;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
> *:first-child {
- Exclude checks