Showing 5,271 of 5,271 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.state-cart td:first-child {
- Exclude checks
Color literals like #7a7a7a
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #7a7a7a;
- Exclude checks
Color literals like #aaaaaa
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #aaaaaa;
- Exclude checks
Merge rule .ts-control > div
with rule on line 6 Open
Open
.ts-control > div {
- Exclude checks
Selector plugin-remove_button
should be written in lowercase with hyphens Open
Open
.ts-wrapper.plugin-remove_button .item .remove {
- Exclude checks
Shorthand form for property border-color
should be written more concisely as $white transparent transparent
instead of $white transparent transparent transparent
Open
Open
border-color: $white transparent transparent transparent;
- Exclude checks
Name of variable color_unselected
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$color_unselected: #d9d9d9;
- Exclude checks
Color literals like #494949
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #494949;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before,
- Exclude checks
Color black
should be written in hexadecimal form as #000000
Open
Open
color: black;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.dashboard_item {
- Exclude checks
0px
should be written without units as 0
Open
Open
border-radius: 6px 6px 0px 0px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
h3.alpha {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
label.disabled {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="button"],
- Exclude checks
Color literals like #afcfef
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #afcfef;
- Exclude checks
Color literals like #adadad
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #adadad;
- Exclude checks
Merge rule .ofn-drop-down.ofn-drop-down-v2
with rule on line 9 Open
Open
.ofn-drop-down.ofn-drop-down-v2 {
- Exclude checks
Selector enterprise_package_panel
should be written in lowercase with hyphens Open
Open
.enterprise_package_panel,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.selector {
- Exclude checks