openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Rule declaration should be followed by an empty line
Open

}

Begin pseudo elements with double colons: ::
Open

.icon-bitcoin:before,

Rule declaration should be followed by an empty line
Open

}

Begin pseudo elements with double colons: ::
Open

.icon-long-arrow-right:before {

Begin pseudo elements with double colons: ::
Open

.icon-skype:before {

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

    }

Begin pseudo elements with double colons: ::
Open

    &.n:before,

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

      @extend .icon-remove;

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

  b {

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

      p.error {

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

      background-color: white;

Avoid qualifying class selectors with an element.
Open

tbody.even {

Avoid qualifying class selectors with an element.
Open

table#listing_products.bulk {

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

      border-right: 1px solid #ceede3;

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

        i {

Avoid qualifying class selectors with an element.
Open

      p.error {

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

        color: #cb1b1b;

Avoid qualifying class selectors with an element.
Open

  input[type="submit"],

Avoid qualifying class selectors with an element.
Open

  form.product-import,
Severity
Category
Status
Source
Language