openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

      background: white;

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

      span {

Avoid qualifying class selectors with an element.
Open

  em.fees {

Avoid qualifying class selectors with an element.
Open

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

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

    @include headingFont;

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;

0px should be written without units as 0
Open

    border-radius: 0px;

Line should be indented with spaces, not tabs
Open

    font-style: normal;

Line should be indented with spaces, not tabs
Open

    font-weight: normal;

Line should be indented with spaces, not tabs
Open

    line-height: 1;

Use // comments everywhere
Open

    /* Better Font Rendering =========== */

Line should be indented with spaces, not tabs
Open

    content: "\e60d";

Line should be indented with spaces, not tabs
Open

    content: "\e60f";

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

.ofn-i_043-instagram:before {

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_066-hub-map-reversed should be written in lowercase with hyphens
Open

.ofn-i_066-hub-map-reversed:before {

Selector ofn-i_007-caret-right should be written in lowercase with hyphens
Open

.ofn-i_007-caret-right:before {
Severity
Category
Status
Source
Language