Showing 5,271 of 5,271 total issues
Merge rule .variant-price
with rule on line 32 Open
Open
.variant-price {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #333333
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: transparent transparent #333333 transparent;
- Exclude checks
Shorthand form for property border-color
should be written more concisely as transparent transparent #333333
instead of transparent transparent #333333 transparent
Open
Open
border-color: transparent transparent #333333 transparent;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
h1, h2, h3, h4, h5, h6 {
- Exclude checks
Avoid using id selectors Open
Open
#registration-type {
- Exclude checks
Avoid using id selectors Open
Open
&#hub-panel:hover, &#both-panel:hover {
- Exclude checks
Avoid using id selectors Open
Open
&#hub-panel:hover, &#both-panel:hover {
- 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
Each selector in a comma sequence should be on its own single line Open
Open
button.add-variant, button.variant-quantity {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&:hover, &:focus {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover, &:focus, &:active {
- Exclude checks
Avoid using id selectors Open
Open
#or {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&, & * {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
input.button.right {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
path {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.variant-quantity-display, .variant-remaining-stock {
- Exclude checks
0em
should be written without units as 0
Open
Open
padding-bottom: 0em;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
a {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, & * {
- Exclude checks