openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Color literals like #f7f7f7 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: #f7f7f7;

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: white;

0px should be written without units as 0
Open

  margin: 4px 0px;

Selector display_as should be written in lowercase with hyphens
Open

    &.display_as {

Rule declaration should be followed by an empty line
Open

    }

Avoid using id selectors
Open

  #products-content .container {

Avoid using id selectors
Open

  #products-form {

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      background-color: white;

Color literals like #c84c4c should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

          color: #c84c4c;

Color literals like red should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

          box-shadow: inset 0px 0px 1px red;

Avoid qualifying class selectors with an element.
Open

form.product-import,

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

      p.line {

Avoid qualifying attribute selectors with an element.
Open

  input[type="submit"],

Avoid qualifying class selectors with an element.
Open

div.import-wrapper {

Avoid qualifying class selectors with an element.
Open

  a.download {

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

        &.align-right {

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

}

Avoid using id selectors
Open

#status-message {

Avoid qualifying id selectors with an element.
Open

table#listing_products.bulk {
Severity
Category
Status
Source
Language