Showing 2,200 of 2,231 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered display, height, overflow, position Open
Open
position: relative;
- Exclude checks
Properties should be ordered margin, position Open
Open
position: relative;
- Exclude checks
Color literals like rgba(white, 0)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(to bottom, rgba(white, 0), rgba(white, 0.75));
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.toggle.active {
- Exclude checks
Selector m_warn
should be written in lowercase with hyphens Open
Open
.level-warn .show-more-fade,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
0.075
should be written without a leading zero as .075
Open
Open
$hover-bg: rgba(0, 0, 0, 0.075);
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- 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
background-color: rgba(0, 0, 0, 0.1);
- 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
.classname {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.classname {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
tr[data-toggle] {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Selector m_group
should be written in lowercase with hyphens Open
Open
.m_group {
- Exclude checks
Merge rule .binary
with rule on line 59 Open
Open
.binary {
- Exclude checks
Properties should be ordered padding, text-indent Open
Open
text-indent: 0;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.debug-options-body {
- Exclude checks