Showing 18,317 of 18,317 total issues
Properties should be ordered -webkit-appearance, appearance, background, border, border-radius, box-shadow, color, display, font-size, height, line-height, min-width, padding, text-align, text-align-last, transition, width Open
Open
box-shadow: none;
- Exclude checks
Selector woocommerce-loop-category__title
should be written in lowercase with hyphens Open
Open
.woocommerce-loop-category__title,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.wc-block-review-list-item__product {
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=phone") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 7 Open
Open
.wc-block-grid__products {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.quantity,
- Exclude checks
Expected item on line 510 to appear before line 491. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media(">=desktop") {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:first-child {
- Exclude checks
@include declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&::before {
- Exclude checks
Prefer single quoted strings Open
Open
@import "../scss/global/mixins";
- Exclude checks
Color literals like #a94442
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #a94442;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0 !important;
- Exclude checks
Prefer single quoted strings Open
Open
@include media(">=desktop") {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.button {
- Exclude checks
Expected item on line 158 to appear before line 154. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
@include media("<tablet") {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&,
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
background-color: black;
- Exclude checks