openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

          svg {

0px should be written without units as 0
Open

      padding: 41px 0px;

Avoid qualifying class selectors with an element.
Open

button.add-variant, button.variant-quantity {

Shorthand form for property margin should be written more concisely as 0 0 1em instead of 0 0 1em 0
Open

  margin: 0 0 1em 0;

Each selector in a comma sequence should be on its own single line
Open

      &#hub-panel:hover, &#both-panel:hover {

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

          &:hover, &:focus {

Each selector in a comma sequence should be on its own single line
Open

        &, & * {

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

            &, & * {

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

            &, & * {

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

      input.small.button.primary.right.add_to_cart {

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

        color: white;

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

    border: 3px dashed #494949;

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

          path {

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

            path {

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

    @include filter-selector(#666, #ccc, #777);

Avoid qualifying class selectors with an element.
Open

button.add-variant, button.variant-quantity {

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

  color: white;

@include declaration should be preceded by an empty line
Open

    @include breakpoint(phablet) {

Avoid qualifying class selectors with an element.
Open

    a.btnpanel {

Avoid using id selectors
Open

      &#producer-panel:hover {
Severity
Category
Status
Source
Language