Showing 5,271 of 5,271 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
i.icon-chevron::before {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.column.omega,
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
background: black;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.reveal-modal.tiny,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.reveal-modal.small,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.search {
- Exclude checks
Selector order_cycle
should be written in lowercase with hyphens Open
Open
form.order_cycle {
- Exclude checks
Color literals like #dae7ff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #dae7ff;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.exchange-product-variant {
- Exclude checks
Color literals like #fbfccb
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #fbfccb;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
div {
- Exclude checks
Color literals like white
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: white;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
table.index td.actions {
- 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) 10px
- Exclude checks
Color literals like #000000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #000000;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
td.description {
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white !important;
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$color-action-clone-brd: very-light($color-notice, 15 ) !default;
- Exclude checks
Expected 0 spaces before )
instead of
Open
Open
$color-action-capture-brd: very-light($color-success, 20 ) !default;
- Exclude checks