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

      .active_table_row {

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

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

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

  @include sidepaddingSm;

0px should be written without units as 0
Open

      margin: 0px;

Merge rule a.button.primary with rule on line 8
Open

  a.button.primary {

0px should be written without units as 0
Open

      padding: 21px 0px;

Merge rule label with rule on line 33
Open

  label {

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

    color: #494949;

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

        .hub-name, .button-address {

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

      a:hover, a:active, a:focus {

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

        &, & * {

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

          color: white;

Selector ofn-i_060-producer-reversed should be written in lowercase with hyphens
Open

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

Avoid qualifying class selectors with an element.
Open

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

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

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

Selector is_distributor should be written in lowercase with hyphens
Open

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

Avoid qualifying class selectors with an element.
Open

    a.cta-hub {

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

      &:last-child {

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

          &.right {

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

      color: white;
Severity
Category
Status
Source
Language