Showing 5,271 of 5,271 total issues
0px
should be written without units as 0
Open
Open
margin: 0px 0px 0px 40px;
- Exclude checks
Color white
should be written in hexadecimal form as #ffffff
Open
Open
background-color: white;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
td:nth-child(2) {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.checkout-tab-label {
- Exclude checks
Avoid using id selectors Open
Open
#distributor_address.panel {
- Exclude checks
Selector formError
should be written in lowercase with hyphens Open
Open
.checkout-input span.formError, div.error.card-errors {
- Exclude checks
Shorthand form for property padding
should be written more concisely as 0.35em 0 0.65em
instead of 0.35em 0 0.65em 0
Open
Open
padding: 0.35em 0 0.65em 0;
- Exclude checks
Name of mixin tiledPane
should be written in all lowercase letters with hyphens instead of underscores Open
Open
@include tiledPane;
- Exclude checks
Avoid using id selectors Open
Open
#shop-tabs {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.custom-tab {
- Exclude checks
Line contains trailing whitespace Open
Open
}
- Exclude checks
Name of function emCalc
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$padding: emCalc(20);
- Exclude checks
Merge rule span.checkout-tab-label
with rule on line 43 Open
Open
span.checkout-tab-label {
- Exclude checks
Avoid using id selectors Open
Open
#producer-signup.pane, #shops-signup.pane {
- Exclude checks
Color literals like rgba(255, 255, 255, 0.5)
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background-color: rgba(255, 255, 255, 0.5);
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.already-ordered .panel, #distributor_address.panel {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
h5 {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:after {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
.checkout-input span.formError, div.error.card-errors {
- Exclude checks
Avoid using id selectors Open
Open
#account {
- Exclude checks