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
Commas in lists should be followed by one space Open
Open
$actions: edit, clone, remove, void, capture, save, cancel, mail !default;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white !important;
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
border-bottom: 1px solid black;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
- Exclude checks
Color literals like #ebebeb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #ebebeb;
- Exclude checks
Color literals like #FFFFFF
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-top: 1px solid #FFFFFF;
- Exclude checks
Color literals like #fde6e7
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fde6e7;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after,
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Color literals like #c85252
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #c85252;
- Exclude checks
Imported partial ../../../webpacker/css/admin/globals/palette.scss
should be written as ../../../webpacker/css/admin/globals/palette
Open
Open
@import '../../../webpacker/css/admin/globals/palette.scss';
- Exclude checks
Color literals like #4a4a4a
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 0px solid #4a4a4a;
- Exclude checks
Color literals like #0073b2
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #0073b2 !important;
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ffffff;
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #000 !important;
- Exclude checks
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #ffffff;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding-left: 0px;
- Exclude checks
Merge rule p
with rule on line 47 Open
Open
p {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks