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

      ul {

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

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

0px should be written without units as 0
Open

        margin: 0px 0px 0px 40px;

Avoid using id selectors
Open

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

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

        &, & * {

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

          color: white;

Avoid qualifying class selectors with an element.
Open

    span.checkout-tab-number {

Name of mixin headingFont should be written in all lowercase letters with hyphens instead of underscores
Open

        @include headingFont;

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

      span {

Avoid using id selectors
Open

    #distributor_address.panel {

Selector formError should be written in lowercase with hyphens
Open

  .checkout-input span.formError, div.error.card-errors {

Avoid qualifying class selectors with an element.
Open

  div.error.card-errors {

Color #DDD should be written as #ddd
Open

      border-right: 1px solid #DDD;

Unknown property gap
Open

  gap: 1rem;

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

      border-right: 1px solid #DDD;

Selector ofn-i_051-check-big should be written in lowercase with hyphens
Open

    i.ofn-i_051-check-big:before {

Color #DDD should be written as #ddd
Open

      box-shadow: 0 -4px 10px #DDD;

Rule declaration should be followed by an empty line
Open

    }

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

      .button {
Severity
Category
Status
Source
Language