Showing 18,317 of 18,317 total issues
Each selector in a comma sequence should be on its own single line Open
Open
.wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url], .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wp-block-woocommerce-product-search {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
form {
- 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
Properties should be ordered color, content, font-family, font-size, position, right, top Open
Open
content: $fa-var-chevron-down;
- Exclude checks
Color #999999
should be written as #999
Open
Open
color: #999999;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.wc-block-review-list-item__item {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&:before {
- Exclude checks
!important should not be used Open
Open
span { display: none !important; }
- Exclude checks
Selector ms_shipping_date
should be written in lowercase with hyphens Open
Open
input.ms_shipping_date,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
textarea.ms_shipping_note { height: 75px; }
- Exclude checks
0.2
should be written without a leading zero as .2
Open
Open
box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
- Exclude checks
!important should not be used Open
Open
font-weight: normal !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
ul.products {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.product-thumbnail {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
img {
- Exclude checks
Properties should be ordered align-self, margin Open
Open
margin: 0;
- Exclude checks
Avoid using id selectors Open
Open
#wl-wrapper {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.wl-button-wrap {
- Exclude checks
Properties should be ordered clear, content, display, font-size, height, visibility Open
Open
visibility: hidden;
- Exclude checks