openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,535 of 5,535 total issues

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

    background: white;

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

.ofn-i_007-caret-right:before {

Line should be indented with spaces, not tabs
Open

    content: "\e607";

Selector ofn-i_020-search should be written in lowercase with hyphens
Open

.ofn-i_020-search:before {

Selector ofn-i_025-notepad should be written in lowercase with hyphens
Open

.ofn-i_025-notepad:before {

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_033-open-sign should be written in lowercase with hyphens
Open

.ofn-i_033-open-sign:before {

Line should be indented with spaces, not tabs
Open

    content: "\e628";

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_046-g should be written in lowercase with hyphens
Open

.ofn-i_046-g:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_048-play-video:before {

Selector ofn-i_049-web should be written in lowercase with hyphens
Open

.ofn-i_049-web:before {

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_054-point-right should be written in lowercase with hyphens
Open

.ofn-i_054-point-right:before {

Selector ofn-i_055-point-left should be written in lowercase with hyphens
Open

.ofn-i_055-point-left:before {

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    content: "\e642";

Color #ffffff should be written as #fff
Open

      text-shadow: 0 -1px 1px #ffffff;

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

          color: white;

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

        fill: #555;
Severity
Category
Status
Source
Language