openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,536 of 5,536 total issues

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

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

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

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

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

    color: #555;

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

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

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

Avoid qualifying class selectors with an element.
Open

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

Avoid qualifying class selectors with an element.
Open

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

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

  border-color: #fff;

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

.neutral-btn.turquoise:hover, .neutral-btn.turquoise:active, .neutral-btn.turquoise:focus {

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

  background: #14b6cc;

Avoid qualifying class selectors with an element.
Open

p.callout {
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 4
Open

  tbody tr td {
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 4
Open

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

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 #3B5998 should be written as #3b5998
Open

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

Line should be indented with spaces, not tabs
Open

    content: "\e626";

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

.ofn-i_050-mail-circle:before {

Selector ofn-i_053-point-up should be written in lowercase with hyphens
Open

.ofn-i_053-point-up:before {

Line should be indented with spaces, not tabs
Open

    content: "\e635";

Selector ofn-i_056-bulk should be written in lowercase with hyphens
Open

.ofn-i_056-bulk:before {
Severity
Category
Status
Source
Language