Showing 5,271 of 5,271 total issues
Color literals like #ffffff
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #ffffff;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
i.fa-check-circle {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.alpha,
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }
- Exclude checks
Color literals like #e9f3fc
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #e9f3fc;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }
- Exclude checks
Merge rule i.fa-check-circle
with rule on line 170 Open
Open
i.fa-check-circle {
- Exclude checks
Selector no_tags
should be written in lowercase with hyphens Open
Open
.no_tags {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, &:hover, &:active, &:visited, &:focus {
- Exclude checks
Shorthand form for property margin
should be written more concisely as 0px
instead of 0px 0px 0px 0px
Open
Open
margin: 0px 0px 0px 0px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.product-import,
- Exclude checks
Use //
comments everywhere Open
Open
/* Reserve space for the save bar to avoid hidden menu items. */
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tr.product {
- Exclude checks
Color #ffffff
should be written as #fff
Open
Open
color: #ffffff;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
tr.variant.odd {
- Exclude checks
0px
should be written without units as 0
Open
Open
bottom: 0px;
- Exclude checks
Color literals like red
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: solid 1px red;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Shorthand form for property border-width
should be written more concisely as 0px 3px
instead of 0px 3px 0px 3px
Open
Open
border-width: 0px 3px 0px 3px;
- Exclude checks