openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,538 of 5,538 total issues

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

  color: #555;

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

  &, & * {

Avoid qualifying class selectors with an element.
Open

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

Begin pseudo elements with double colons: ::
Open

  li:before {

Color #333333 should be written as #333
Open

  color: #333333;

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

  background-color: rgba(200, 200, 200, 0.2);

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

  text-shadow: 0 1px 0 #fff;

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

    background-color: #f2f2f2;
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

Begin pseudo elements with double colons: ::
Open

.ofn-i_041-twitter:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_055-point-left:before {

Line should be indented with spaces, not tabs
Open

    content: "\e636";

Line should be indented with spaces, not tabs
Open

    content: "\e63a";

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: "\e642";

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

    th, td {

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

      @include headingFont;

Color #ffffff should be written as #fff
Open

      text-shadow: 0 -1px 1px #ffffff;

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

  &:hover, &:focus, &:active {
Severity
Category
Status
Source
Language