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 followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered padding-bottom, padding-top Open
Open
padding-top: 3px;
- Exclude checks
Properties should be ordered caption-side, font-style, font-weight, padding-bottom, padding-top, text-align Open
Open
font-weight: bold;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.fa-warning {
- Exclude checks
Selector t_undefined
should be written in lowercase with hyphens Open
Open
&.t_undefined {
- Exclude checks
Selector m_group
should be written in lowercase with hyphens Open
Open
.m_warn,
- Exclude checks
Selector m_group
should be written in lowercase with hyphens Open
Open
.m_warn,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
0.05
should be written without a leading zero as .05
Open
Open
padding: 0.05em 0.5em 0;
- Exclude checks
Line contains trailing whitespace Open
Open
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
0.33
should be written without a leading zero as .33
Open
Open
margin-right: 0.33em;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector m_info
should be written in lowercase with hyphens Open
Open
.m_info,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #999
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #999;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
- 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
[data-toggle=interface]:hover { background-color: rgba(0, 0, 0, 0.1); }
- Exclude checks