openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Unnecessary parent selector (&)
Open

        &, & svg {

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

        color: white;

Rule declaration should be followed by an empty line
Open

  }

0rem should be written without units as 0
Open

    padding-left: 0rem;

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

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

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

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

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

      background-color: white;

Selector formError should be written in lowercase with hyphens
Open

  span.formError {

Avoid qualifying class selectors with an element.
Open

  span.formError {

Avoid qualifying class selectors with an element.
Open

    i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

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

    a {

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

      &.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {

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

    .fat-taxons {

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

      color: #fff;

0px should be written without units as 0
Open

    padding: 41px 0px;

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

      background-color: #efefef;

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

      i {

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

              color: white;

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

              color: white;

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

      &:hover, &:focus {
Severity
Category
Status
Source
Language