openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

dialog .mobile-close-reveal-modal

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

          color: white;

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

    background-color: white;

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

    .vertical-align-middle {

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 {

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

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

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

          .hub-name, .button-address {

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

          .hub-name, .button-address {

Color literals like rgba(206, 239, 228, 0.4) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background-color: rgba(206, 239, 228, 0.4);

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

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

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

    border: 3px dashed #494949;

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

      box-shadow: 0px 100px 20px rgba(0, 0, 0, 0.2);

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

    background-color: #f4704c;

Avoid qualifying class selectors with an element.
Open

  ul.dropdown {

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

      img {

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

  @include box-shadow(inset 0 0 6px 2px rgba(0, 0, 0, 0.5));

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

  background-color: white;

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

    &:hover {

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

@mixin paneWhiteText {

@else should be placed on same line as previous curly brace
Open

  @else if $point == mobile {
Severity
Category
Status
Source
Language