Showing 18,317 of 18,317 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.product-rating-summary,
- Exclude checks
Avoid using id selectors Open
Open
#loginform {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Properties should be ordered background-color, background-image, border, border-radius, color, display, font-size, height, line-height, padding, width Open
Open
display: block;
- Exclude checks
Color literals like rgba(0, 0, 0, 0.075)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
box-shadow: none !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input:not([type="checkbox"]):not([type="submit"]),
- 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 4 Open
Open
&::-ms-expand {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&.checkbox:before { font-size: 0.875em; }
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: white;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
textarea {
- Exclude checks
Avoid using id selectors Open
Open
#post-title {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
ol.commentlist {
- Exclude checks
Color literals like rgba(0, 0, 0, 0.075)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
- Exclude checks
Selector tax-product_cat
should be written in lowercase with hyphens Open
Open
.post-type-archive-product,
- Exclude checks
Properties should be ordered display, margin-bottom, width Open
Open
margin-bottom: 0;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
#tribe-events.tribe-js {
- Exclude checks