openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

      .spinner {

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

        &, & svg {

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

  color: white;

Rule declaration should be followed by an empty line
Open

  }

Avoid qualifying class selectors with an element.
Open

button.variant-quantity {

Merge rule h3 a with rule on line 128
Open

    h3 a {

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

    background-color: #f1f1f1;

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

        &, & * {

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

        &#hub-panel, &#both-panel {

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

              color: white;

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-bottom: 0px;

Line contains trailing whitespace
Open

      overflow: hidden; 

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

h1, h2, h3, h4, h5, h6 {

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

    color: #333;

Avoid qualifying class selectors with an element.
Open

body.modal-open {

border-right: 0 is preferred over border-right: none
Open

    border-right: none;

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

        color: #333;

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

        &, & * {

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

      &.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {
Severity
Category
Status
Source
Language