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
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
Rule declaration should be preceded by an empty line Open
Open
&:focus {
- Exclude checks
Selector wc-block-product-search__label
should be written in lowercase with hyphens Open
Open
.wc-block-product-search__label {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
Properties should be ordered background-color, border-radius, box-shadow, color, height, margin-left, padding Open
Open
box-shadow: 1px 1px 0 0 nth($blue, 3);
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
&:before {
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.wc-block-active-filters__list {
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Property left
already defined on line 334 Open
Open
left: 0;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
svg {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
[type="checkbox"]:not(:checked) + label:after {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Use //
comments everywhere Open
Open
/* Base for label styling */
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
[type="checkbox"]:not(:checked) + label:before,
- Exclude checks
Selector wc-block-review-list-item__author
should be written in lowercase with hyphens Open
Open
.wc-block-review-list-item__author,
- Exclude checks
Prefer single quoted strings Open
Open
font-family: "FontAwesome";
- Exclude checks
Use //
comments everywhere Open
Open
/* checked mark aspect */
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.lsx-wc-filter-block {
- Exclude checks