openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Commas in function arguments should be followed by one space
Open

      background-color: rgba(0,0,0,0.35);

Avoid qualifying class selectors with an element.
Open

    button,

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

      img {

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

        strong {

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

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

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

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

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

              text-shadow: 2px 2px 0 black;

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

  @include sidepaddingSm;

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

      background-color: white;

Selector active_table should be written in lowercase with hyphens
Open

    .active_table .active_table_node a.is_distributor, .active_table .active_table_node a.is_distributor i.ofn-i_059-producer {

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

  @include tiledPane;

Avoid using id selectors
Open

#sell-detail.pane {

Avoid using id selectors
Open

#tagline {

Begin pseudo elements with double colons: ::
Open

  &:before {

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

      color: white;

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

        color: rgba(white, 1);

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

      .alert-cta {

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

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

Unnecessary parent selector (&)
Open

          &, & * {

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

            color: rgba(white, 1);
Severity
Category
Status
Source
Language