openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying class selectors with an element.
Open

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

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

        &:hover, &:active, &:focus {

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

    background: white;

Avoid using id selectors
Open

  #image-placeholder {

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

          color: #fff;

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

  &.inline-block, ul.inline-block {

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

  background: #fff;

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

      &:hover, &:focus, &:active {

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

          &:hover, &:focus {

0px should be written without units as 0
Open

  padding: 0px;

Avoid using id selectors
Open

  #enterprise-types {

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

      color: black;

Unnecessary parent selector (&)
Open

            &, & * {

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 {

Avoid qualifying class selectors with an element.
Open

    a, a.button {

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

      background: white;

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

              path {

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

          svg {

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

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