openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,538 of 5,538 total issues

border: 0 is preferred over border: none
Open

  border: none;

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

    color: #000000;

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;

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

  .ui-icon {

Color #000000 should be written as #000
Open

  background: #000000;

Begin pseudo elements with double colons: ::
Open

        a:after {

Shorthand form for property padding should be written more concisely as 8px instead of 8px 8px
Open

  padding: 8px 8px;

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

  &.state-canceled td:first-child {

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be preceded by an empty line
Open

    &,

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

    background-color: #c60f13;

Avoid qualifying attribute selectors with an element.
Open

    input[type="text"],

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

    border: 1px solid #cdd9e4;

Rule declaration should be preceded by an empty line
Open

    button {

Color #aaaaaa should be written as #aaa
Open

        color: #aaaaaa;

Merge rule .ts-wrapper.single .ts-control with rule on line 1
Open

.ts-wrapper.single .ts-control {

Shorthand form for property border-color should be written more concisely as transparent transparent $white instead of transparent transparent $white transparent
Open

    border-color: transparent transparent $white transparent;

Color literals like rgba(149, 180, 255, 0.26) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: rgba(149, 180, 255, 0.26);

Begin pseudo elements with double colons: ::
Open

    &:before,
Severity
Category
Status
Source
Language