Showing 5,271 of 5,271 total issues
Commas in function arguments should be followed by one space Open
Open
$color-action-void-brd: very-light($color-error, 20 ) !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
$color-ste-credit_owed-bg: $color-notice !default;
- Exclude checks
Commas in lists should be followed by one space Open
Open
$states: completed, complete, sold, pending, awaiting_return, returned, credit_owed, paid, shipped, balance_due, backorder, checkout, cart, address, delivery, payment, confirmation, canceled, ready, void, requires_authorization, active, inactive !default;
- Exclude checks
Commas in lists should be followed by one space Open
Open
$states: completed, complete, sold, pending, awaiting_return, returned, credit_owed, paid, shipped, balance_due, backorder, checkout, cart, address, delivery, payment, confirmation, canceled, ready, void, requires_authorization, active, inactive !default;
- 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
Commas in lists should be followed by one space Open
Open
$actions: edit, clone, remove, void, capture, save, cancel, mail !default;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
table td.actions .no-text.icon-envelope-alt {
- 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
table td.actions .no-text.icon-edit {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.select2-input {
- Exclude checks
Color literals like #cd4e4f
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #cd4e4f;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
i.icon-refresh {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.ok::before {
- Exclude checks
Use //
comments everywhere Open
Open
/* Fix conflict between Spree and elRTE's styles */
- 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
Rule declaration should be preceded by an empty line Open
Open
li {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #d9fccb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #d9fccb;
- Exclude checks
Color literals like #a5a5a5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #a5a5a5;
- Exclude checks