openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

0px should be written without units as 0
Open

        margin: 0px 0px 0px 40px;

Color white should be written in hexadecimal form as #ffffff
Open

      background-color: white;

Selector should have depth of applicability no greater than 3, but was 4
Open

      td:nth-child(2) {

Avoid qualifying class selectors with an element.
Open

    span.checkout-tab-label {

Avoid using id selectors
Open

    #distributor_address.panel {

Selector formError should be written in lowercase with hyphens
Open

  .checkout-input span.formError, div.error.card-errors {

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

        padding: 0.35em 0 0.65em 0;

Name of mixin tiledPane should be written in all lowercase letters with hyphens instead of underscores
Open

  @include tiledPane;

Avoid using id selectors
Open

#shop-tabs {

Selector should have depth of applicability no greater than 3, but was 4
Open

      .custom-tab {

Line contains trailing whitespace
Open

  } 

Name of function emCalc should be written in all lowercase letters with hyphens instead of underscores
Open

  $padding: emCalc(20);

Merge rule span.checkout-tab-label with rule on line 43
Open

    span.checkout-tab-label {

Avoid using id selectors
Open

#producer-signup.pane, #shops-signup.pane {

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

    background-color: rgba(255, 255, 255, 0.5);

Each selector in a comma sequence should be on its own single line
Open

.already-ordered .panel, #distributor_address.panel {

Selector should have depth of applicability no greater than 3, but was 4
Open

      h5 {

Begin pseudo elements with double colons: ::
Open

    &:after {

Avoid qualifying class selectors with an element.
Open

  .checkout-input span.formError, div.error.card-errors {

Avoid using id selectors
Open

  #account {
Severity
Category
Status
Source
Language