Showing 18,317 of 18,317 total issues
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #000;
- Exclude checks
Properties should be ordered float, margin-bottom, width Open
Open
width: 100%;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
& li:first-child > a,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.woocommerce-button.button.woocommerce-form-login__submit {
- Exclude checks
Properties should be ordered display, font-size, font-weight, padding Open
Open
font-weight: 400;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
body:not(.logged-in).woocommerce-account.my-account .woocommerce {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
overflow: hidden;
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include media(">=phone") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.coupon {
- Exclude checks
Shorthand form for property border-radius
should be written more concisely as 5px 0 0
instead of 5px 0 0 0
Open
Open
border-radius: 5px 0 0 0;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
td {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:first-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:first-child {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
& > *:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tbody {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white !important;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
tbody {
- Exclude checks