openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

    border: 1px solid #f57e80;

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

          color: #fff;

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

    border: 2px solid black;

Begin pseudo elements with double colons: ::
Open

    &:after {

0px should be written without units as 0
Open

    margin-right: 0px;

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

        rgba(255, 255, 255, 0.25) 5px,

Rule declaration should be preceded by an empty line
Open

      &:hover {

0px should be written without units as 0
Open

    padding: 5px 0px;

Avoid qualifying class selectors with an element.
Open

    a.button {

Merge rule > details > summary:after with rule on line 184
Open

  > details > summary:after {

Avoid qualifying attribute selectors with an element.
Open

input[type="submit"],

Selector menu_items should be written in lowercase with hyphens
Open

  .menu_items {

border: 0 is preferred over border: none
Open

  border: none;

0px should be written without units as 0
Open

  padding: 0px;

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

      @if lighten($color, $i) == white and ($i - $adjust) > $adjust {

Empty rule
Open

  &.ui-dialog-titlebar-close {

Commas in function arguments should be followed by one space
Open

$color-action-clone-bg:          very-light($color-notice,  5  ) !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;

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

  .ui-button-text {

Rule declaration should be followed by an empty line
Open

  }
Severity
Category
Status
Source
Language