Showing 2,200 of 2,231 total issues
0.33
should be written without a leading zero as .33
Open
Open
.ws_p { opacity: 0.33; }
- Exclude checks
Prefer single quoted strings Open
Open
.ws_r::before { content: "\\r"; }
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
hr.dropdown-divider {
- Exclude checks
Properties should be ordered border-left, display, margin-left, padding-left Open
Open
display: block !important; // override collapsed
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
.m_error .show-more-fade { background-image: linear-gradient(to bottom, rgba($error-bg, 0), $error-bg); }
- Exclude checks
Selector m_info
should be written in lowercase with hyphens Open
Open
.level-info .show-more-fade,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
.m_warn .show-more-fade { background-image: linear-gradient(to bottom, rgba($warn-bg, 0), $warn-bg); }
- Exclude checks
Color literals like rgba(0, 0, 0, 0.2)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.fa {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
td {
- Exclude checks
0.75
should be written without a leading zero as .75
Open
Open
padding: 0.75em;
- Exclude checks
0.33
should be written without a leading zero as .33
Open
Open
margin-left: 0.33em;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
padding-left: 0.25rem;
- Exclude checks
Color literals like #146314
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #146314;
- Exclude checks
0.3
should be written without a leading zero as .3
Open
Open
padding: 0 0.3em;
- 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
Expected item on line 127 to appear before line 119. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
text-indent: 0;
- Exclude checks
Selector ws_r
should be written in lowercase with hyphens Open
Open
.ws_r::before { content: "\\r"; }
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks