openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Begin pseudo elements with double colons: ::
Open

.ofn-i_069-shop-map:before {

Rule declaration should be followed by an empty line
Open

}

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

Line should be indented with spaces, not tabs
Open

    content: "\e63d";

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

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

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

  background-color: rgba(255, 255, 255, 0.2);

Line should be indented with spaces, not tabs
Open

    content: "\e63f";

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

.button, button {

Selector should have depth of applicability no greater than 3, but was 4
Open

    th, td {

Avoid qualifying class selectors with an element.
Open

.button.primary, button.primary {

Selector should have depth of applicability no greater than 3, but was 4
Open

      path {

Color #333333 should be written as #333
Open

  color: #333333;

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

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

Avoid qualifying class selectors with an element.
Open

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

Avoid qualifying class selectors with an element.
Open

.button.success:hover, .button.success:active, .button.success:focus, button.success:hover, button.success:active, button.success: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 {

Begin pseudo elements with double colons: ::
Open

.ofn-i_025-notepad:before {

Line should be indented with spaces, not tabs
Open

    content: "\e61b";

Line should be indented with spaces, not tabs
Open

    content: "\e623";

Selector ofn-i_040-hub should be written in lowercase with hyphens
Open

.ofn-i_040-hub:before {
Severity
Category
Status
Source
Language