openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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;

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

      border-color: rgba(84, 152, 218, 0);

Begin pseudo elements with double colons: ::
Open

      &:after,

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

    border: 1px solid #c82020;

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

    border: 1px solid #e6912e;

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

      background-color: #db9350;

Avoid qualifying class selectors with an element.
Open

input.red,

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

  color: #ffffff;

Rule declaration should be followed by an empty line
Open

}

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

  background: #000000;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

    }

Begin pseudo elements with double colons: ::
Open

        &:after {

Begin pseudo elements with double colons: ::
Open

  &:before {

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

  &[class*="state"] td:first-child {

Avoid qualifying class selectors with an element.
Open

a.stripe-connect {

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

    background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);

Avoid qualifying attribute selectors with an element.
Open

    input[type="text"],

Avoid using id selectors
Open

.ts-dropdown .create:hover,

Rule declaration should be followed by an empty line
Open

      }
Severity
Category
Status
Source
Language