Showing 2,200 of 2,231 total issues
Avoid qualifying class selectors with an element. Open
Open
i.fa { margin-right: 0.33em; }
- Exclude checks
Selector m_group
should be written in lowercase with hyphens Open
Open
&.m_group {
- Exclude checks
Properties should be ordered white-space, width Open
Open
width: fit-content; // previously using display: table;
- Exclude checks
!important should not be used Open
Open
display: none !important;
- Exclude checks
Color literals like #eee
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #eee;
- Exclude checks
Color literals like #cdcb06
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #cdcb06;
- Exclude checks
0.9
should be written without a leading zero as .9
Open
Open
opacity: 0.9;
- Exclude checks
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
Selector m_trace
should be written in lowercase with hyphens Open
Open
.m_trace {
- 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 5 Open
Open
> li {
- Exclude checks
Selector t_string
should be written in lowercase with hyphens Open
Open
> i + .t_string:nth-child(2) { font-weight: bold; }
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.toggle.active {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector t_key
should be written in lowercase with hyphens Open
Open
&.t_key {
- Exclude checks
Prefer single quoted strings Open
Open
content: "\A";
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
> i {
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
border-radius: 0.25rem;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks