openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

              background-color: #b9d1e9;

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

            &:hover {

Color orange should be written in hexadecimal form as #ffa500
Open

    border: solid 1px orange;

Selector group_buy_calculation should be written in lowercase with hyphens
Open

div#group_buy_calculation {

Avoid qualifying class selectors with an element.
Open

table.edit-note-table {

Begin pseudo elements with double colons: ::
Open

[class^="icon-"]:before,

Avoid qualifying class selectors with an element.
Open

  div.row.warning {

Opening curly brace { should be preceded by one space
Open

  @if $o      {      -o-#{$property}: $value; }

Expected 0 spaces before ) instead of
Open

$color-action-clone-brd:         very-light($color-notice,  15 ) !default;

Name of variable color-ste-credit_owed-text should be written in all lowercase letters with hyphens instead of underscores
Open

$color-ste-credit_owed-text:     $color-1 !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;

Avoid qualifying class selectors with an element.
Open

  table td.actions .no-text.icon-edit {

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

          border-left: 1px solid #6788a2;

0px should be written without units as 0
Open

  border: 0px none;

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

  }

Avoid using id selectors
Open

#new_enterprise_fee_set input.search {

Merge rule a.action--disabled with rule on line 53
Open

a.action--disabled {

Rule declaration should be followed by an empty line
Open

  }

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

        .name {
Severity
Category
Status
Source
Language