openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,535 of 5,535 total issues

Line should be indented with spaces, not tabs
Open

    content: "\e615";

Rule declaration should be followed by an empty line
Open

}

Begin pseudo elements with double colons: ::
Open

.ofn-i_026-trash:before {

Selector ofn-i_027-shopping-cart should be written in lowercase with hyphens
Open

.ofn-i_027-shopping-cart:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_046-g:before {

Selector ofn-i_048-play-video should be written in lowercase with hyphens
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 {

Line should be indented with spaces, not tabs
Open

    content: "\e634";

Rule declaration should be followed by an empty line
Open

}

Begin pseudo elements with double colons: ::
Open

.ofn-i_057-expand:before {

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

.ofn-i_061-producer-map:before {

Line should be indented with spaces, not tabs
Open

    content: "\e63c";

Line should be indented with spaces, not tabs
Open

    content: "\e641";

Begin pseudo elements with double colons: ::
Open

.ofn-i_069-shop-map:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_071-globe:before {

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

  thead tr, tbody tr {

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

          color: white;

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

            color: #ffffff;

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);

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

h1, h2, h3, h4, h5, h6 {
Severity
Category
Status
Source
Language