Showing 5,271 of 5,271 total issues
Color literals like #f57e80
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #f57e80;
- 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
Color black
should be written in hexadecimal form as #000000
Open
Open
border: 2px solid black;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
0px
should be written without units as 0
Open
Open
margin-right: 0px;
- Exclude checks
Color literals like rgba(255, 255, 255, 0.25)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
rgba(255, 255, 255, 0.25) 5px,
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
&:hover {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 5px 0px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.button {
- Exclude checks
Merge rule > details > summary:after
with rule on line 184 Open
Open
> details > summary:after {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="submit"],
- Exclude checks
Selector menu_items
should be written in lowercase with hyphens Open
Open
.menu_items {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
@if lighten($color, $i) == white and ($i - $adjust) > $adjust {
- Exclude checks
Empty rule Open
Open
&.ui-dialog-titlebar-close {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$color-action-clone-bg: very-light($color-notice, 5 ) !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
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.ui-button-text {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks