Showing 18,317 of 18,317 total issues
Color literals like #f5f5f5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f5f5f5;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
p.form-row:not(.woocommerce-form-row) {
- Exclude checks
Selector woocommerce-form-login__rememberme
should be written in lowercase with hyphens Open
Open
.woocommerce-form-login__rememberme {
- Exclude checks
Selector lost_password
should be written in lowercase with hyphens Open
Open
.woocommerce-LostPassword.lost_password {
- 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
.u-columns.col2-set {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.col-1,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.product & {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > span {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.product & {
- Exclude checks
Properties should be ordered float, margin-top Open
Open
margin-top: 0;
- Exclude checks
Avoid using id selectors Open
Open
#add_payment_method,
- Exclude checks
Merge rule #add_payment_method, .woocommerce-cart, .woocommerce-checkout
with rule on line 381 Open
Open
#add_payment_method,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector customer_login
should be written in lowercase with hyphens Open
Open
#customer_login {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.woocommerce-MyAccount-downloads,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks