openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Commas in function arguments should be followed by one space
Open

$color-action-void-brd:          very-light($color-error,   20 ) !default;

Name of variable color-ste-credit_owed-bg should be written in all lowercase letters with hyphens instead of underscores
Open

$color-ste-credit_owed-bg:       $color-notice !default;

Commas in lists should be followed by one space
Open

$states:                      completed,                 complete,                 sold,                 pending,                 awaiting_return,                 returned,                 credit_owed,                 paid,                 shipped,                 balance_due,                 backorder,                 checkout,                 cart,                 address,                 delivery,                 payment,                 confirmation,                 canceled,                 ready,                 void,                 requires_authorization,                 active,                 inactive  !default;

Commas in lists should be followed by one space
Open

$states:                      completed,                 complete,                 sold,                 pending,                 awaiting_return,                 returned,                 credit_owed,                 paid,                 shipped,                 balance_due,                 backorder,                 checkout,                 cart,                 address,                 delivery,                 payment,                 confirmation,                 canceled,                 ready,                 void,                 requires_authorization,                 active,                 inactive  !default;

Commas in lists should be followed by one space
Open

$states-bg-colors:            $color-ste-completed-bg,   $color-ste-complete-bg,   $color-ste-sold-bg,   $color-ste-pending-bg,   $color-ste-awaiting_return-bg,   $color-ste-returned-bg,   $color-ste-credit_owed-bg,   $color-ste-paid-bg,   $color-ste-shipped-bg,   $color-ste-balance_due-bg,   $color-ste-backorder-bg,   $color-ste-checkout-bg,   $color-ste-cart-bg,   $color-ste-address-bg,   $color-ste-delivery-bg,   $color-ste-payment-bg,   $color-ste-confirmation-bg,   $color-ste-canceled-bg,   $color-ste-ready-bg,   $color-ste-void-bg,   $color-ste-requires_authorization-bg,   $color-ste-active-bg,   $color-ste-inactive-bg  !default;

Commas in lists should be followed by one space
Open

$actions:                        edit,                   clone,                   remove,                   void,                   capture,                   save,                      cancel,                   mail  !default;

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

  table td.actions .no-text.icon-envelope-alt {

Begin pseudo elements with double colons: ::
Open

    &:before {

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

  table td.actions .no-text.icon-edit {

Avoid qualifying class selectors with an element.
Open

  input.select2-input {

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

          background-color: #cd4e4f;

Rule declaration should be preceded by an empty line
Open

          i.icon-refresh {

Avoid qualifying class selectors with an element.
Open

      i.ok::before {

Use // comments everywhere
Open

/* Fix conflict between Spree and elRTE's styles */

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be preceded by an empty line
Open

    li {

Rule declaration should be followed by an empty line
Open

    }

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

    background-color: #d9fccb;

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

        border-color: #a5a5a5;
Severity
Category
Status
Source
Language