openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,535 of 5,535 total issues

Line should be indented with spaces, not tabs
Open

    content: "\e61b";

Begin pseudo elements with double colons: ::
Open

.ofn-i_029-shopping-basket:before {

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_031-alarm-clock should be written in lowercase with hyphens
Open

.ofn-i_031-alarm-clock:before {

Line should be indented with spaces, not tabs
Open

    content: "\e61e";

Line should be indented with spaces, not tabs
Open

    content: "\e621";

Begin pseudo elements with double colons: ::
Open

.ofn-i_037-map:before {

Line should be indented with spaces, not tabs
Open

    content: "\e626";

Selector ofn-i_042-linkedin should be written in lowercase with hyphens
Open

.ofn-i_042-linkedin:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_051-check-big:before {

Line should be indented with spaces, not tabs
Open

    content: "\e640";

Begin pseudo elements with double colons: ::
Open

.ofn-i_066-hub-map-reversed:before {

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

.ofn-i_068-shop-reversed:before {

Color black should be written in hexadecimal form as #000000
Open

        fill: black;

Unnecessary parent selector (&)
Open

  &, & * {

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

  border: 2px solid rgba(200, 200, 200, 1);

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

  border: 2px solid rgba(200, 200, 200, 0.8);

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

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

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 {

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

.button.success:hover, .button.success:active, .button.success:focus, button.success:hover, button.success:active, button.success:focus {
Severity
Category
Status
Source
Language