openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

      a {

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

      &:hover, &:focus, &:active {

Rule declaration should be followed by an empty line
Open

          }

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

h1, h2, h3, h4, h5, h6 {

0px should be written without units as 0
Open

        margin: 0px 0px 0px 40px;

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

  .tabs dd a {

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

    h4, a {

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

      background-color: white;

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

      td:nth-child(3) {

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

        &, & * {

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

    @include gradient(white, white);

Merge rule #stats.pane with rule on line 38
Open

#stats.pane {

Avoid using id selectors
Open

#shops.pane {

Avoid using id selectors
Open

#tagline {

Avoid qualifying class selectors with an element.
Open

    i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

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

    span.hub-name-listing {

Begin pseudo elements with double colons: ::
Open

      &:after {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row:nth-child(2) {

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

      .active_table_row:nth-child(2) {

Avoid qualifying class selectors with an element.
Open

        li.more-producers-link {
Severity
Category
Status
Source
Language