Showing 18,317 of 18,317 total issues
Color literals like #e1e1e1
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #e1e1e1;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
label {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.075)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
- Exclude checks
Properties should be ordered clear, float Open
Open
float: none;
- 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
Line should be indented with spaces, not tabs Open
Open
font-family: "Noto Sans", sans-serif;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-weight: normal !important;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered display, font-size Open
Open
font-size: 40px;
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
&[disabled],
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:before {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input[type="checkbox"] {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.tribe-related-events-title {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
td {
- 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
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
input:not([type="checkbox"]):not(.button),
- Exclude checks