openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,533 of 5,533 total issues

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

@mixin bodyFont {

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

h1, h2, h3, h4, h5, h6 {

Avoid qualifying class selectors with an element.
Open

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

Color literals like #333333 should only be used in variable declarations; they should be referred to via variable everywhere else.
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 {

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

.button.primary, button.primary {

Avoid qualifying class selectors with an element.
Open

table.order-summary {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

    h4 {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

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

    background-color: #DB4A39 !important;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Selector quantity_was should be written in lowercase with hyphens
Open

del.quantity_was {
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Begin pseudo elements with double colons: ::
Open

.ofn-i_042-linkedin:before {

Selector ofn-i_045-pintrest should be written in lowercase with hyphens
Open

.ofn-i_045-pintrest:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_047-youtube:before {

Rule declaration should be followed by an empty line
Open

}

Begin pseudo elements with double colons: ::
Open

.ofn-i_057-expand:before {

Selector ofn-i_058-graph should be written in lowercase with hyphens
Open

.ofn-i_058-graph:before {

Rule declaration should be followed by an empty line
Open

}

Selector ofn-i_062-producer-map-reversed should be written in lowercase with hyphens
Open

.ofn-i_062-producer-map-reversed:before {

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    content: "\e645";
Severity
Category
Status
Source
Language