openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Selector ofn-i_068-shop-reversed should be written in lowercase with hyphens
Open

.ofn-i_068-shop-reversed:before {

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

            color: #ffffff;

Rule declaration should be followed by an empty line
Open

}

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

  background: rgba(215, 215, 215, 0.5);

Line should be indented with spaces, not tabs
Open

    content: "\e61f";

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

.neutral-btn.dark:hover, .neutral-btn.dark:active, .neutral-btn.dark:focus {

Begin pseudo elements with double colons: ::
Open

.ofn-i_033-open-sign:before {

Selector ofn-i_037-map should be written in lowercase with hyphens
Open

.ofn-i_037-map:before {

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

  background-color: rgba(0, 0, 0, 0.1);

Avoid qualifying class selectors with an element.
Open

.button.primary:hover, .button.primary:active, .button.primary:focus, button.primary:hover, button.primary:active, button.primary:focus {

Begin pseudo elements with double colons: ::
Open

.ofn-i_038-takeaway:before {

Avoid qualifying class selectors with an element.
Open

.button.primary:hover, .button.primary:active, .button.primary:focus, button.primary:hover, button.primary:active, button.primary:focus {

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 {

Line should be indented with spaces, not tabs
Open

    content: "\e630";

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    content: "\e63b";

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}
Severity
Category
Status
Source
Language