openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,539 of 5,539 total issues

0px should be written without units as 0
Open

    margin-bottom: 0px;
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

    &:hover, &:focus, &:active {

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

dialog .mobile-close-reveal-modal

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

      &, & * {

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

    p.word-wrap {

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

    color: #373737;

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

#producer-case-studies, #shops-case-studies {

Avoid qualifying class selectors with an element.
Open

table.signup-table {

Avoid qualifying class selectors with an element.
Open

table.signup-table.hubs-table, table.signup-table.producers-table {

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

      .text-small {

Avoid qualifying class selectors with an element.
Open

    span.checkout-tab-label {

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

      input {

Begin pseudo elements with double colons: ::
Open

    &:after {

Begin pseudo elements with double colons: ::
Open

    &:after {

Avoid qualifying attribute selectors with an element.
Open

    input[type=checkbox] + label {

Line contains trailing whitespace
Open

    }  

border-right: 0 is preferred over border-right: none
Open

    border-right: none;

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

    > :nth-child(2) {

Line should be indented with spaces, not tabs
Open

    font-family: 'OFN';

Rule declaration should be followed by an empty line
Open

}
Severity
Category
Status
Source
Language