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

      td:last-child {

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

      a {

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

    p > strong {

Avoid using id selectors
Open

#producer-case-studies, #shops-case-studies {

Rule declaration should be followed by an empty line
Open

}

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

    h4, a {

Avoid qualifying class selectors with an element.
Open

    span.checkout-tab-number {

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

      td:nth-child(2) {

Rule declaration should be followed by an empty line
Open

}

Avoid using id selectors
Open

#producer-signup.pane, #shops-signup.pane {

Avoid qualifying class selectors with an element.
Open

table.signup-table {

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

    span, span > a {

Avoid qualifying class selectors with an element.
Open

table.signup-table.hubs-table, table.signup-table.producers-table {

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

        &, & * {

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

          color: white;

Line contains trailing whitespace
Open

      } 

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

        &, & * {

Rule declaration should be followed by an empty line
Open

      }

Selector field_with_errors should be written in lowercase with hyphens
Open

    .field_with_errors {

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

      background: white;
Severity
Category
Status
Source
Language