openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Rule declaration should be followed by an empty line
Open

    }

Expected 0 spaces before ) instead of
Open

$color-action-edit-bg:           very-light($color-success, 5  ) !default;

Expected 0 spaces before ) instead of
Open

$color-action-clone-bg:          very-light($color-notice,  5  ) !default;

Expected 0 spaces before ) instead of
Open

$color-action-save-bg:           very-light($color-success, 5  ) !default;

Name of variable color-ste-balance_due-text should be written in all lowercase letters with hyphens instead of underscores
Open

$color-ste-balance_due-text:     $color-1 !default;

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

  thead tr th {

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

    h4 {

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

        h1, h2, h3, h4, h5, h6, p {

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

        h1, h2, h3, h4, h5, h6, p {

Avoid qualifying attribute selectors with an element.
Open

  table.social div[class="column"] {

Unknown property gap
Open

    gap: 1rem;

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

      color: #e6912e;

0px should be written without units as 0
Open

  padding: 0px 50px 30px 50px;

Merge rule .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close with rule on line 6
Open

.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {

border: 0 is preferred over border: none
Open

  border: none;

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be preceded by an empty line
Open

  span {

Rule declaration should be followed by an empty line
Open

  }

Rule declaration should be followed by an empty line
Open

    }

Begin pseudo elements with double colons: ::
Open

  &:before {
Severity
Category
Status
Source
Language