Showing 2,200 of 2,231 total issues
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
border: 1px solid rgba(0, 0, 0, 0.2);
- Exclude checks
0.9
should be written without a leading zero as .9
Open
Open
transform: scale(0.9, 0.94);
- Exclude checks
Merge rule table.trace-context
with rule on line 4 Open
Open
table.trace-context {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
caption {
- Exclude checks
0.1
should be written without a leading zero as .1
Open
Open
background-color: rgba(0, 0, 0, 0.1);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&::before { content: "("; }
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.table-hover {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:not(.active) {
- Exclude checks
Properties should be ordered border-bottom, line-height Open
Open
line-height: 19px;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
$color: white;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Use //
comments everywhere Open
Open
/*
- 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
&[data-file] {
- Exclude checks
Selector t_keyword
should be written in lowercase with hyphens Open
Open
.t_keyword { color: $color-keyword; }
- Exclude checks
Selector t_null
should be written in lowercase with hyphens Open
Open
.t_null { opacity: 0.3; }
- Exclude checks
Selector t_maxDepth
should be written in lowercase with hyphens Open
Open
.excluded,
- Exclude checks
Selector t_notInspected
should be written in lowercase with hyphens Open
Open
.excluded,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks