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 6
Open

          &.left {

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

dialog .close-reveal-modal

Unnecessary parent selector (&)
Open

  &, & * {

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

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

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

dialog .mobile-close-reveal-modal

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

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

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

  @else if $point == mobile {

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

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

Avoid qualifying class selectors with an element.
Open

  a.heading {

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

      color: white;

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

        &, & * {

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

  h3, p {

Color black should be written in hexadecimal form as #000000
Open

    border: 1px solid black;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .error;

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

      @include box-shadow(inset 0 0 1px 0 #fff);

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

        span {

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

        &, & * {

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 {

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

        &.secondary {

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

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