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;

Commas in lists should be followed by one space
Open

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

Color white should be written in hexadecimal form as #ffffff
Open

    background-color: white !important;

Color black should be written in hexadecimal form as #000000
Open

    border-bottom: 1px solid black;

Each selector in a comma sequence should be on its own single line
Open

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {

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

    background: #ebebeb;

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

        border-top: 1px solid #FFFFFF;

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

    background-color: #fde6e7;

Begin pseudo elements with double colons: ::
Open

    &:after,

Begin pseudo elements with double colons: ::
Open

    &:before {

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

      background-color: #c85252;

Imported partial ../../../webpacker/css/admin/globals/palette.scss should be written as ../../../webpacker/css/admin/globals/palette
Open

@import '../../../webpacker/css/admin/globals/palette.scss';

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

  border: 0px solid #4a4a4a;

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

    background-color: #0073b2 !important;

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

  background-color: #ffffff;

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

    background-color: #000 !important;

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

  background-color: #ffffff;

0px should be written without units as 0
Open

    padding-left: 0px;

Merge rule p with rule on line 47
Open

p {

Rule declaration should be followed by an empty line
Open

    }
Severity
Category
Status
Source
Language