openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid using id selectors
Open

      #available-order-cycles,

Opening curly brace { should be preceded by one space
Open

#linked-order-warning-modal .reveal-modal{

Avoid qualifying class selectors with an element.
Open

span.unavailable,

Avoid qualifying class selectors with an element.
Open

span.available {

Commas in lists should be followed by one space
Open

$actions-bg-colors:              $color-action-edit-bg,  $color-action-clone-bg,  $color-action-remove-bg,  $color-action-void-bg,  $color-action-capture-bg,  $color-action-save-bg,     $color-action-cancel-bg,  $color-action-mail-bg  !default;

Avoid qualifying class selectors with an element.
Open

    span.or {

0px should be written without units as 0
Open

    padding: 0px 10px !important;

Avoid qualifying class selectors with an element.
Open

    i.icon-chevron::before {

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

            background-color: #ffffff;

Commas in lists should be followed by one space
Open

$actions-bg-colors:              $color-action-edit-bg,  $color-action-clone-bg,  $color-action-remove-bg,  $color-action-void-bg,  $color-action-capture-bg,  $color-action-save-bg,     $color-action-cancel-bg,  $color-action-mail-bg  !default;

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

      .panel {

Rule declaration should be followed by an empty line
Open

        }

Avoid qualifying class selectors with an element.
Open

.reveal-modal.collapse,

Rule declaration should be preceded by an empty line
Open

      * {

Avoid qualifying class selectors with an element.
Open

  .reveal-modal.medium,

Avoid qualifying class selectors with an element.
Open

  .reveal-modal.full,

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

  background: black;

0px should be written without units as 0
Open

      margin: 0px 5px 20px 5px;

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

    background: white !important;

Shorthand form for property margin should be written more concisely as 0px 5px 20px instead of 0px 5px 20px 5px
Open

      margin: 0px 5px 20px 5px;
Severity
Category
Status
Source
Language