openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,533 of 5,533 total issues

Avoid qualifying class selectors with an element.
Open

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

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

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

Avoid qualifying class selectors with an element.
Open

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

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 {

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

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

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

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

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

Avoid qualifying class selectors with an element.
Open

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

Use // comments everywhere
Open

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

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

  background: rgba(0, 0, 0, 0.3);

Merge rule img.float-right with rule on line 11
Open

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

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

.ofn-i_050-mail-circle:before {

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

.ofn-i_057-expand:before {

Line should be indented with spaces, not tabs
Open

    content: "\e639";

Begin pseudo elements with double colons: ::
Open

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

Begin pseudo elements with double colons: ::
Open

.ofn-i_063-hub:before {

Selector ofn-i_066-hub-map-reversed should be written in lowercase with hyphens
Open

.ofn-i_066-hub-map-reversed:before {

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

.ofn-i_068-shop-reversed:before {

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

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

Empty rule
Open

    render-svg {}
Severity
Category
Status
Source
Language