Showing 5,271 of 5,271 total issues
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
svg {
- Exclude checks
0px
should be written without units as 0
Open
Open
padding: 41px 0px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
button.add-variant, button.variant-quantity {
- Exclude checks
Shorthand form for property margin
should be written more concisely as 0 0 1em
instead of 0 0 1em 0
Open
Open
margin: 0 0 1em 0;
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&#hub-panel:hover, &#both-panel:hover {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:hover, &:focus {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
&, & * {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&, & * {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&, & * {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
input.small.button.primary.right.add_to_cart {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
Color literals like #494949
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 3px dashed #494949;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
path {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
path {
- Exclude checks
Color literals like #777
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include filter-selector(#666, #ccc, #777);
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
button.add-variant, button.variant-quantity {
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
color: white;
- Exclude checks
@include declaration should be preceded by an empty line Open
Open
@include breakpoint(phablet) {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
a.btnpanel {
- Exclude checks
Avoid using id selectors Open
Open
&#producer-panel:hover {
- Exclude checks