Showing 5,271 of 5,271 total issues
Avoid using id selectors Open
Open
#schedule-dialog {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Color literals like orange
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: solid 1px orange;
- Exclude checks
Merge rule input, div
with rule on line 8 Open
Open
input,
- Exclude checks
Avoid qualifying id selectors with an element. Open
Open
div#group_buy_calculation {
- 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
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
Name of variable color-ste-credit_owed-bg
should be written in all lowercase letters with hyphens instead of underscores 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
Avoid qualifying class selectors with an element. Open
Open
button,
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.saving {
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- 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
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.button {
- Exclude checks
0px
should be written without units as 0
Open
Open
margin: 0px -4px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.reveal-modal.xlarge,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.checkout-options {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector listing_payment_methods
should be written in lowercase with hyphens Open
Open
table#listing_payment_methods {
- Exclude checks
Color literals like #d0d0d0
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #d0d0d0;
- Exclude checks