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

          * {

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

  background-color: white;

Avoid qualifying class selectors with an element.
Open

.reveal-modal.radius,

Rule declaration should be followed by an empty line
Open

  }

Avoid using id selectors
Open

#header #logo {

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying id selectors with an element.
Open

table#listing_enterprise_groups {

Selector listing_enterprise_groups should be written in lowercase with hyphens
Open

table#listing_enterprise_groups {

Selector order_cycle should be written in lowercase with hyphens
Open

form.order_cycle {

Avoid using id selectors
Open

div#group_buy_calculation {

Use // comments everywhere
Open

/* makes sure icons active on rollover in links */

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

        }

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

          i {

Avoid qualifying class selectors with an element.
Open

      i.icon-status::before {

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

        border-bottom: 1px solid #6788a2;

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

        .row {
Severity
Category
Status
Source
Language