openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Line should be indented with spaces, not tabs
Open

    content: "\e644";

Begin pseudo elements with double colons: ::
Open

.ofn-i_070-shop-map-reversed:before {

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

    th, td {

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

table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {

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

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

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

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

Line should be indented with spaces, not tabs
Open

    content: "\e61a";

Selector ofn-i_029-shopping-basket should be written in lowercase with hyphens
Open

.ofn-i_029-shopping-basket:before {

Line should be indented with spaces, not tabs
Open

    content: "\e61d";

Rule declaration should be followed by an empty line
Open

}

Begin pseudo elements with double colons: ::
Open

.ofn-i_042-linkedin:before {

Selector ofn-i_050-mail-circle should be written in lowercase with hyphens
Open

.ofn-i_050-mail-circle:before {

Selector ofn-i_053-point-up should be written in lowercase with hyphens
Open

.ofn-i_053-point-up:before {

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

.ofn-i_063-hub:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_067-shop:before {

Rule declaration should be followed by an empty line
Open

}

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

  color: #555;

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

      path {

Avoid qualifying class selectors with an element.
Open

ul.bullet-list, ul.check-list {

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

  border: 2px solid rgba(255, 255, 255, 0.8);
Severity
Category
Status
Source
Language