Showing 2,200 of 2,231 total issues
Shorthand form for property margin
should be written more concisely as 0 0 10px
instead of 0 0 10px 0
Open
Open
margin: 0 0 10px 0;
- Exclude checks
0.4
should be written without a leading zero as .4
Open
Open
padding: 0 0.4em 0 0.25em;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector m_table
should be written in lowercase with hyphens Open
Open
.m_table td,
- Exclude checks
Selector m_trace
should be written in lowercase with hyphens Open
Open
.m_table td,
- Exclude checks
Color literals like rgba(255, 204, 204, 0.75)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(255, 204, 204, 0.75);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Selector t_punct
should be written in lowercase with hyphens Open
Open
.t_punct {
- Exclude checks
Selector t_punct
should be written in lowercase with hyphens Open
Open
> .t_array-collapse,
- Exclude checks
Color literals like #000040
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000040;
- Exclude checks
Selector t_identifier
should be written in lowercase with hyphens Open
Open
.t_identifier[title] {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector t_modifier_readonly
should be written in lowercase with hyphens Open
Open
> .t_modifier_readonly {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.fa-stack {
- Exclude checks
Selector t_object
should be written in lowercase with hyphens Open
Open
td.t_object {
- Exclude checks
Properties should be ordered background-color, border-color, color, cursor, font-weight, height, letter-spacing, line-height, outline, padding, text-align, text-transform, vertical-align, white-space Open
Open
color: inherit;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
li.no-indent {
- Exclude checks
Properties should be ordered cursor, margin Open
Open
margin: 0 0.33em 0 0;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&.disabled {
- Exclude checks
Empty rule Open
Open
&.debug-enhanced-ui {
- Exclude checks