Showing 5,271 of 5,271 total issues
Avoid using id selectors Open
Open
#available-order-cycles,
- Exclude checks
Opening curly brace {
should be preceded by one space Open
Open
#linked-order-warning-modal .reveal-modal{
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.unavailable,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.available {
- Exclude checks
Commas in lists should be followed by one space Open
Open
$actions-bg-colors: $color-action-edit-bg, $color-action-clone-bg, $color-action-remove-bg, $color-action-void-bg, $color-action-capture-bg, $color-action-save-bg, $color-action-cancel-bg, $color-action-mail-bg !default;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.or {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 0px 10px !important;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.icon-chevron::before {
- 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
Commas in lists should be followed by one space Open
Open
$actions-bg-colors: $color-action-edit-bg, $color-action-clone-bg, $color-action-remove-bg, $color-action-void-bg, $color-action-capture-bg, $color-action-save-bg, $color-action-cancel-bg, $color-action-mail-bg !default;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.panel {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.reveal-modal.collapse,
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
* {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.reveal-modal.medium,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.reveal-modal.full,
- Exclude checks
Color literals like black
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: black;
- Exclude checks
0px
should be written without units as 0
Open
Open
margin: 0px 5px 20px 5px;
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: white !important;
- Exclude checks
Shorthand form for property margin
should be written more concisely as 0px 5px 20px
instead of 0px 5px 20px 5px
Open
Open
margin: 0px 5px 20px 5px;
- Exclude checks