Showing 18,317 of 18,317 total issues
Color literals like #ebccd1
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #ebccd1;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-color: #bce8f1;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.cart-collaterals {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=tablet") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.woocommerce-account {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.woocommerce-product-gallery {
- Exclude checks
!important should not be used Open
Open
div.quick-view-content { overflow: visible !important; }
- Exclude checks
!important should not be used Open
Open
font-weight: normal !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.reset_variations {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button {
- Exclude checks
0.6180469716
should be written without a leading zero as .6180469716
Open
Open
padding: 0.6180469716em;
- Exclude checks
Shorthand form for property margin
should be written more concisely as 0 0 1em
instead of 0 0 1em 0
Open
Open
margin: 0 0 1em 0;
- Exclude checks
0.875
should be written without a leading zero as .875
Open
Open
font-size: 0.875em;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
input[type="radio"],
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
& > *:last-child { border-radius: 0 5px 0 0; }
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.swatch-label:empty {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child { border-radius: 0 5px 0 0; }
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.product-thumbnail {
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks