openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

  color: #828282;

Begin pseudo elements with double colons: ::
Open

    summary:after {

0px should be written without units as 0
Open

  box-shadow: 0px 1px 0px $color-7;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

      @extend .icon-caret-up;

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

  @extend .icon-search;

Shorthand form for property padding should be written more concisely as 6px 3px 3px instead of 6px 3px 3px 3px
Open

    padding: 6px 3px 3px 3px;

Merge rule .select2-container .select2-choices with rule on line 1
Open

.select2-container .select2-choices {

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

      td,

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

      tr {

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

        &.error {

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

        &:hover td.invalid {

Avoid qualifying class selectors with an element.
Open

        &:hover td.invalid {

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

          background-color: darken(#f05c51, 5%);

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

        &.invalid {

Avoid qualifying class selectors with an element.
Open

  form.product-import,

Rule declaration should be followed by an empty line
Open

  }

Avoid qualifying class selectors with an element.
Open

tbody tr.product td.actions {

Avoid qualifying class selectors with an element.
Open

form.edit_image {

Avoid qualifying class selectors with an element.
Open

  table.products {

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

        @extend .line-clamp-1;
Severity
Category
Status
Source
Language