Showing 2,200 of 2,231 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Properties should be ordered line-height, position, right, top Open
Open
position: absolute;
- Exclude checks
Properties should be ordered -moz-appearance, -webkit-appearance, appearance, background-color, border, height, line-height, padding Open
Open
height: 18px;
- Exclude checks
Properties should be ordered font-size, position, top Open
Open
position: relative;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector m_error
should be written in lowercase with hyphens Open
Open
.m_assert,
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
background-color: rgba(255, 204, 204, 0.75);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector t_array-collapse
should be written in lowercase with hyphens Open
Open
> .t_array-collapse,
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&::before,
- Exclude checks
Properties should be ordered color, font-style Open
Open
font-style: italic;
- Exclude checks
Properties should be ordered background-color, border-color, color Open
Open
color: #333;
- Exclude checks
Properties should be ordered color, font-weight, text-decoration Open
Open
text-decoration: underline;
- Exclude checks
Color literals like blue
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-bottom: 1px dashed blue;
- Exclude checks
Selector t_modifier_magic
should be written in lowercase with hyphens Open
Open
i.fa-magic,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
td.t_object {
- Exclude checks
Properties should be ordered clear, color, font-family, line-height, position, text-align, text-shadow Open
Open
position: relative;
- Exclude checks
Color literals like #00e
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #00e;
- Exclude checks