Showing 5,271 of 5,271 total issues
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #797979
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
-webkit-box-shadow: 3px 3px 4px #797979;
- Exclude checks
Merge rule .ui-dialog .ui-widget-header
with rule on line 6 Open
Open
.ui-dialog .ui-widget-header {
- Exclude checks
Shorthand form for property padding
should be written more concisely as 0px 50px 30px
instead of 0px 50px 30px 50px
Open
Open
padding: 0px 50px 30px 50px;
- Exclude checks
Avoid using id selectors Open
Open
#header figure {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
img.spinner {
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Merge rule .ts-wrapper .select-multiple
with rule on line 1 Open
Open
.ts-wrapper .select-multiple {
- Exclude checks
Color literals like #fff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #fff;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
a {
- Exclude checks
Selector connected_app
should be written in lowercase with hyphens Open
Open
.connected_app {
- Exclude checks
0px
should be written without units as 0
Open
Open
border-width: 1px 1px 0px 1px;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 15px 0px 0px;
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 2px solid black;
- Exclude checks
Color literals like #c1c1c1
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #c1c1c1;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$color-action-remove-brd: very-light($color-error, 10 ) !default;
- Exclude checks
Name of variable color-ste-awaiting_return-bg
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$color-ste-awaiting_return-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: 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