Showing 18,317 of 18,317 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.nav-tabs {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& li:first-child > a,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.variations {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.variations {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
td.label {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.checkout_coupon,
- Exclude checks
Properties should be ordered align-items, display, flex-direction, justify-content Open
Open
display: flex;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-form-login__rememberme {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.woocommerce-form-login__rememberme {
- Exclude checks
!important should not be used Open
Open
margin: 0 0 1em !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
& > p {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-pagination-wrapper {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
input[type="submit"] {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
th {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:first-child {
- Exclude checks
Color literals like #e6e6e6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #e6e6e6 !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:last-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:not(:first-child) {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.input-text,
- Exclude checks