openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

    background-color: white;

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

    border-top: 1px solid #DDD;

Color literals like rgba(0, 0, 0, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

Rule declaration should be followed by an empty line
Open

    }

Line should be indented with spaces, not tabs
Open

    line-height: 1;

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_004-x should be written in lowercase with hyphens
Open

.ofn-i_004-x:before {

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

    i.ofn-i_051-check-big {

Selector ofn-i_008-caret-left should be written in lowercase with hyphens
Open

.ofn-i_008-caret-left:before {

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

    border: 1px solid #cccccc;

Line should be indented with spaces, not tabs
Open

    content: "\e607";

Selector ofn-i_002-arrow-right should be written in lowercase with hyphens
Open

.ofn-i_002-arrow-right:before {

Merge rule .summary-right with rule on line 343
Open

.summary-right {

Begin pseudo elements with double colons: ::
Open

.ofn-i_014-menu:before {

Line should be indented with spaces, not tabs
Open

    content: "\e604";

Begin pseudo elements with double colons: ::
Open

.ofn-i_007-caret-right:before {

Line should be indented with spaces, not tabs
Open

    content: "\e609";

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

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

Begin pseudo elements with double colons: ::
Open

.ofn-i_013-help:before {

Rule declaration should be followed by an empty line
Open

}
Severity
Category
Status
Source
Language