openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,533 of 5,533 total issues

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

  border-color: #000;

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

  color: #000;

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

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

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

.button, button {

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

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

Avoid qualifying class selectors with an element.
Open

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

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

  @include headingFont;

Avoid qualifying class selectors with an element.
Open

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

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

    border-bottom: 1px solid black;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Color #FFF should be written as #fff
Open

  color: #FFF;
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    content: "\e62e";

Rule declaration should be followed by an empty line
Open

}

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

.ofn-i_060-producer-reversed:before {

Line should be indented with spaces, not tabs
Open

    content: "\e63c";

Line should be indented with spaces, not tabs
Open

    content: "\e63e";

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    content: "\e644";

Line should be indented 2 spaces, but was indented 4 spaces
Open

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