Showing 5,271 of 5,271 total issues
Commas in lists should be followed by one space Open
Open
$states-bg-colors: $color-ste-completed-bg, $color-ste-complete-bg, $color-ste-sold-bg, $color-ste-pending-bg, $color-ste-awaiting_return-bg, $color-ste-returned-bg, $color-ste-credit_owed-bg, $color-ste-paid-bg, $color-ste-shipped-bg, $color-ste-balance_due-bg, $color-ste-backorder-bg, $color-ste-checkout-bg, $color-ste-cart-bg, $color-ste-address-bg, $color-ste-delivery-bg, $color-ste-payment-bg, $color-ste-confirmation-bg, $color-ste-canceled-bg, $color-ste-ready-bg, $color-ste-void-bg, $color-ste-requires_authorization-bg, $color-ste-active-bg, $color-ste-inactive-bg !default;
- Exclude checks
Color literals like rgba(84, 152, 218, 0)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: rgba(84, 152, 218, 0);
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after,
- Exclude checks
Color literals like #c82020
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #c82020;
- Exclude checks
Color literals like #e6912e
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #e6912e;
- Exclude checks
Color literals like #db9350
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #db9350;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.red,
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ffffff;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #000000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #000000;
- Exclude checks
Rule 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
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&[class*="state"] td:first-child {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.stripe-connect {
- Exclude checks
Color literals like #7dc5ee
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks
Avoid using id selectors Open
Open
.ts-dropdown .create:hover,
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks