Showing 5,271 of 5,271 total issues
Color #ffffff
should be written as #fff
Open
Open
background-color: #ffffff;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.actions {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 20px 0px;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Shorthand form for property margin
should be written more concisely as 15px 5px 25px
instead of 15px 5px 25px 5px
Open
Open
margin: 15px 5px 25px 5px;
- Exclude checks
Avoid using id selectors Open
Open
table#listing_enterprise_groups {
- Exclude checks
Selector fullwidth_inputs
should be written in lowercase with hyphens Open
Open
.fullwidth_inputs {
- Exclude checks
Color literals like #a5a5a5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #a5a5a5;
- Exclude checks
Color literals like #fafafa
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fafafa;
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.order-cycle {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.show-dirty {
- Exclude checks
Merge rule input, div
with rule on line 8 Open
Open
input,
- Exclude checks
Color #eeeeee
should be written as #eee
Open
Open
color: #eeeeee;
- 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
Selector menu_item
should be written in lowercase with hyphens Open
Open
.menu_item {
- Exclude checks
Color literals like #ff9848
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ff9848;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@if lighten($color, $i) == white and ($i - $adjust) > $adjust {
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$color-action-remove-bg: very-light($color-error, 5 ) !default;
- Exclude checks