openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Expected 0 spaces before ) instead of
Open

$color-action-void-bg:           very-light($color-error,   10 ) !default;

Expected 0 spaces before ) instead of
Open

$color-action-capture-bg:        very-light($color-success, 5  ) !default;

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

$color-ste-requires_authorization-text: $color-1 !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;

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

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

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;

Syntax Error: Invalid CSS after "$col-width: math": expected selector or at-rule, was ".div($total-col..."
Open

$col-width: math.div($total-colspace, 16) * 0.01;
Severity: Minor
Found in app/webpacker/css/admin/grid.scss by scss-lint

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

  .select2-search input.select2-input {

Avoid qualifying class selectors with an element.
Open

html.opera {

Avoid qualifying class selectors with an element.
Open

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

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

          i.icon-refresh {

Avoid qualifying class selectors with an element.
Open

          i.icon-refresh {

Avoid qualifying class selectors with an element.
Open

      i.icon-status::before {

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

  background: rgba(0, 0, 0, 0.45);

Avoid qualifying class selectors with an element.
Open

  .reveal-modal.large,

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

      span {

Avoid qualifying class selectors with an element.
Open

  tr.open td {

Selector field_with_errors should be written in lowercase with hyphens
Open

.field_with_errors > input {
Severity
Category
Status
Source
Language