Showing 18,317 of 18,317 total issues
Begin pseudo elements with double colons: ::
Open
Open
[type="checkbox"]:checked + label:after {
- Exclude checks
Properties should be ordered -webkit-appearance, appearance, background, border, border-radius, cursor, height, width Open
Open
height: 23px;
- Exclude checks
Color literals like #d9d9d9
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #d9d9d9;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Selector wc-block-sort-select__select
should be written in lowercase with hyphens Open
Open
.wc-block-sort-select__select {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wc-block-pagination {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wc-block-review-list {
- Exclude checks
Properties should be ordered display, justify-content, margin-left, margin-right Open
Open
margin-left: auto;
- Exclude checks
Selector wc-block-grid__product
should be written in lowercase with hyphens Open
Open
.wc-block-grid__product {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.wp-block-woocommerce-all-products {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 8 Open
Open
.wc-block-grid__product {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- 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
&.lsx-wc-filter-toggle-open {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fff;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border: 1px solid #ddd;
- Exclude checks
Line should be indented 2 spaces, but was indented 4 spaces Open
Open
color: #418AD0 !important;
- Exclude checks
Color literals like #418AD0
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #418AD0 !important;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.quick-view-content { overflow: visible !important; }
- Exclude checks