Showing 2,200 of 2,231 total issues
Color literals like #333
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #333;
- Exclude checks
0.8
should be written without a leading zero as .8
Open
Open
font-size: 0.8em;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.fa-ban {
- Exclude checks
Color literals like #4f16b0
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #4f16b0;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered color, text-decoration Open
Open
text-decoration: none;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Properties should be ordered cursor, display, font-weight, margin, max-width Open
Open
display: block;
- 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
&.has-warn {
- Exclude checks
Properties should be ordered border-bottom, line-height Open
Open
line-height: 22px;
- Exclude checks
Selector m_clear
should be written in lowercase with hyphens Open
Open
.m_assert,
- 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
.alert-link {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.alert-link {
- Exclude checks
Selector t_array
should be written in lowercase with hyphens Open
Open
.t_array {
- Exclude checks
Selector t_key
should be written in lowercase with hyphens Open
Open
.t_key {
- Exclude checks
Properties should be ordered color, font-size, font-style, margin Open
Open
margin: 0;
- Exclude checks
Declaration should be terminated by a semicolon Open
Open
color: #9d2d2d
- Exclude checks
Selector t_modifier_debug
should be written in lowercase with hyphens Open
Open
.t_modifier_debug {
- Exclude checks