openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,537 of 5,537 total issues

Line contains trailing whitespace
Open

    

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

    .summary-right-line.total {

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

    border: 1px solid #cccccc;

Line should be indented with spaces, not tabs
Open

    src: url('../fonts/OFN-v2.eot');

Rule declaration should be followed by an empty line
Open

}

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    content: "\e60a";

Begin pseudo elements with double colons: ::
Open

.ofn-i_013-help:before {

Selector ofn-i_025-notepad should be written in lowercase with hyphens
Open

.ofn-i_025-notepad:before {

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

.ofn-i_031-alarm-clock:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_049-web:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_052-point-down:before {

Line should be indented with spaces, not tabs
Open

    content: "\e63e";

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

.ofn-i_065-hub-map:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_067-shop:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_069-shop-map:before {

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

          color: white;

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

  &, & * {

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

  color: #999;
Severity
Category
Status
Source
Language