Showing 2,200 of 2,231 total issues
Selector t_operator
should be written in lowercase with hyphens Open
Open
> .t_operator {
- Exclude checks
Selector t_modifier_abstract
should be written in lowercase with hyphens Open
Open
.t_modifier_abstract, i.fa-circle-o {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #666;
- Exclude checks
Properties should be ordered background-color, border-color, color Open
Open
color: $warn-fg;
- Exclude checks
0.66
should be written without a leading zero as .66
Open
Open
opacity: 0.66; // inherits, want even lighter
- Exclude checks
Selector t_modifier_private
should be written in lowercase with hyphens Open
Open
> .fa-lock,
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
.debugInfo-excluded > i.fa-eye-slash { color: #999; }
- 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
0.2
should be written without a leading zero as .2
Open
Open
background-color: rgba(0, 0, 0, 0.2);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.has-assert {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
0.5
should be written without a leading zero as .5
Open
Open
transition: all 0.5s;
- Exclude checks
Selector m_groupEndValue
should be written in lowercase with hyphens Open
Open
.m_assert,
- Exclude checks
Color #ccaaFF
should be written as #caF
Open
Open
$color-virtual: #ccaaFF;
- Exclude checks
Color #ccaaFF
should be written as #ccaaff
Open
Open
$color-virtual: #ccaaFF;
- Exclude checks
Selector t_modifier_final
should be written in lowercase with hyphens Open
Open
.t_modifier_final {
- Exclude checks
Selector t_modifier_private-set
should be written in lowercase with hyphens Open
Open
.t_modifier_private,
- Exclude checks