openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

@include declaration should be preceded by an empty line
Open

      @include with-prefix($prefix) {

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

      ul.right li.cart div.joyride-tip-guide {

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

        color: rgba(white, 1);

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

        .joyride-content-wrapper {

Avoid qualifying class selectors with an element.
Open

    i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, 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

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

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

          border-color: white;

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

    div.row a img {

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

      li.additional-producer {

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 {

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

          .more {

Each selector in a comma sequence should be on its own single line
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 {

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

            i {

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

    @include gradient(white, white);

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

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

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

        a, a * {

Selector active_table_node 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 paneWhiteText should be written in all lowercase letters with hyphens instead of underscores
Open

  @include paneWhiteText;
Severity
Category
Status
Source
Language