Showing 9,134 of 9,134 total issues
Selector woocommerce-LostPassword
should be written in lowercase with hyphens Open
Open
p.woocommerce-LostPassword.lost_password {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
#main .woocommerce button.woocommerce-button.button.woocommerce-form-login__submit {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.archive-header-wrapper.banner-page {
- Exclude checks
!important should not be used Open
Open
width: 66.66667% !important;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
body:not(.logged-in).woocommerce-login,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
body:not(.logged-in).woocommerce-login,
- Exclude checks
Properties should be ordered margin-left, margin-right, max-width Open
Open
max-width: 550px;
- Exclude checks
Merge rule body:not(.logged-in)
with rule on line 10 Open
Open
body:not(.logged-in) {
- Exclude checks
Properties should be ordered background-color, bottom Open
Open
bottom: 0;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Expected item on line 250 to appear before line 242. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@extend .box-shadow;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.amount {
- Exclude checks
Color literals like #F9F9F9
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #F9F9F9;
- Exclude checks