openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Unknown property gap
Open

    gap: 0;

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

    background: white;

Line should be indented with spaces, not tabs
Open

    font-family: 'OFN';

Rule declaration should be followed by an empty line
Open

  }

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

[class^="ofn-"], [class*=" ofn-"] {

Rule declaration should be followed by an empty line
Open

}

Begin pseudo elements with double colons: ::
Open

.ofn-i_010-bullet:before {

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

        background-color: white;

Begin pseudo elements with double colons: ::
Open

.ofn-i_014-menu:before {

border-right: 0 is preferred over border-right: none
Open

    border-right: none;

Selector ofn-i_014-menu should be written in lowercase with hyphens
Open

.ofn-i_014-menu:before {

Line should be indented with spaces, not tabs
Open

    font-weight: normal;

Line should be indented with spaces, not tabs
Open

    content: "\e60f";

Line should be indented with spaces, not tabs
Open

    content: "\e600";

Line should be indented with spaces, not tabs
Open

    content: "\e611";

Selector ofn-i_021-tools should be written in lowercase with hyphens
Open

.ofn-i_021-tools:before {

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_005-caret-down should be written in lowercase with hyphens
Open

.ofn-i_005-caret-down:before {

Selector ofn-i_024-mail should be written in lowercase with hyphens
Open

.ofn-i_024-mail:before {
Severity
Category
Status
Source
Language