Showing 18,317 of 18,317 total issues
Color literals like #d0021b
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #d0021b;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.lsx-wc-checkout-steps-items {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:last-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.nav-tabs > li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:hover {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-right: 1px solid #ddd;
- Exclude checks
Color literals like #f5f5f5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: #f5f5f5;
- Exclude checks
Properties should be ordered background-color, border-right, border-top, color, font-weight Open
Open
color: nth($blue, 1);
- Exclude checks
Properties should be ordered float, width Open
Open
width: 100%;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.nav-tabs {
- Exclude checks
Selector checkout_coupon
should be written in lowercase with hyphens Open
Open
form.checkout_coupon,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
form.checkout_coupon,
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > p {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="submit"] {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > *:first-child {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
tbody:last-child,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.cart_totals {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
tr:last-child {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
select {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type="text"],
- Exclude checks