openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Begin pseudo elements with double colons: ::
Open

.ofn-i_064-hub-reversed:before {

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

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

Line should be indented with spaces, not tabs
Open

    content: "\e645";

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

          color: white;

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

      path {

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

        fill: black;

Name of mixin bodyFont should be written in all lowercase letters with hyphens instead of underscores
Open

@mixin bodyFont {

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

  border-color: rgba(#ddd, 0.25);

Avoid qualifying class selectors with an element.
Open

ul.check-list {

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 {

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

  background-color: rgba(0, 0, 0, 0.1);

0rem should be written without units as 0
Open

    padding: 0rem;

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

.ofn-i_024-mail:before {

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_035-groups should be written in lowercase with hyphens
Open

.ofn-i_035-groups:before {

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_045-pintrest:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_047-youtube:before {

Selector ofn-i_057-expand should be written in lowercase with hyphens
Open

.ofn-i_057-expand:before {
Severity
Category
Status
Source
Language