openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Color #ffffff should be written as #fff
Open

          background-color: #ffffff;

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

        .actions {

0px should be written without units as 0
Open

          padding: 20px 0px;

Rule declaration should be followed by an empty line
Open

  }

Shorthand form for property margin should be written more concisely as 15px 5px 25px instead of 15px 5px 25px 5px
Open

      margin: 15px 5px 25px 5px;

Avoid using id selectors
Open

table#listing_enterprise_groups {

Selector fullwidth_inputs should be written in lowercase with hyphens
Open

.fullwidth_inputs {

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

        color: #a5a5a5;

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

        background-color: #fafafa;

border: 0 is preferred over border: none
Open

    border: none;

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

          .order-cycle {

Avoid qualifying class selectors with an element.
Open

input.show-dirty {

Merge rule input, div with rule on line 8
Open

input,

Color #eeeeee should be written as #eee
Open

  color: #eeeeee;

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Selector menu_item should be written in lowercase with hyphens
Open

    .menu_item {

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

        color: #ff9848;

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

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

Commas in function arguments should be followed by one space
Open

$color-action-remove-bg:         very-light($color-error,   5  ) !default;
Severity
Category
Status
Source
Language