openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid using id selectors
Open

#schedule-dialog {

border: 0 is preferred over border: none
Open

        border: none;

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

    border: solid 1px orange;

Merge rule input, div with rule on line 8
Open

input,

Avoid qualifying id selectors with an element.
Open

div#group_buy_calculation {

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

  color: #ffffff;

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-credit_owed-bg should be written in all lowercase letters with hyphens instead of underscores
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;

Avoid qualifying class selectors with an element.
Open

    button,

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

        &.saving {

border-bottom: 0 is preferred over border-bottom: none
Open

          border-bottom: none;

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

        background-color: #ffffff;

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

          .button {

0px should be written without units as 0
Open

          margin: 0px -4px;

Avoid qualifying class selectors with an element.
Open

  .reveal-modal.xlarge,

Avoid qualifying class selectors with an element.
Open

  table.checkout-options {

Rule declaration should be followed by an empty line
Open

  }

Selector listing_payment_methods should be written in lowercase with hyphens
Open

table#listing_payment_methods {

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

      border-color: #d0d0d0;
Severity
Category
Status
Source
Language