Showing 2,200 of 2,231 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Unnecessary parent selector (&) Open
Open
& {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered background-color, border-radius, height, margin, padding, width Open
Open
margin: 0;
- 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
> ul {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #d6e9c6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #d6e9c6;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
margin-left: 0.25em;
- Exclude checks
Selector t_array
should be written in lowercase with hyphens Open
Open
li[class*=m_] > .t_array.array-file-tree > .array-inner {
- Exclude checks
Selector t_modifier_private
should be written in lowercase with hyphens Open
Open
.t_modifier_private,
- Exclude checks
Selector t_modifier_abstract
should be written in lowercase with hyphens Open
Open
> .t_modifier_abstract {
- Exclude checks
Color literals like #c0c0c0
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: lighten(#c0c0c0, 15%);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.fa-stack {
- Exclude checks
Color blue
should be written in hexadecimal form as #0000ff
Open
Open
border-bottom: 1px dashed blue;
- Exclude checks
Color literals like #990099
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
text-shadow: 0px 0px 1px #990099;
- Exclude checks
Color literals like #e00
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #e00;
- 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
&[type=checkbox] {
- Exclude checks