openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Avoid using id selectors
Open

#stats.pane {

Avoid using id selectors
Open

#brand-story.pane {

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

          .columns:last-child {

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

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

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

  background-color: #333;

Avoid using id selectors
Open

#loading {

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

      background-color: #FFFFFF;

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 #333 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    @include big-input(#888, #333, $clr-brick);

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

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

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

  ul li > a {

Avoid qualifying class selectors with an element.
Open

.off-canvas-list li.language-switcher ul li {

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

    @include headingFont;

Name of variable border-radius-BL should be written in all lowercase letters with hyphens instead of underscores
Open

  -webkit-border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;

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

  @else if $point == tablet {

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

  background-color: #ececec;

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 {
Severity
Category
Status
Source
Language