openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid using id selectors
Open

        &#hub-panel, &#both-panel {

Avoid using id selectors
Open

        &#producer-panel {

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

        &.dirty {

Rule declaration should be followed by an empty line
Open

      }

Color white should be written in hexadecimal form as #ffffff
Open

              fill: white;

Unnecessary parent selector (&)
Open

    & > *:nth-child(n + 2) {

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

    h3 a {

Color #333333 should be written as #333
Open

          border-color: transparent transparent #333333 transparent;

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

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

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

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

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

    background: white;

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

#producer-signup.pane, #shops-signup.pane {

Avoid using id selectors
Open

#producer-details.pane, #hub-details.pane, .groups-details.pane {

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

          color: white;

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

        @include headingFont;

Begin pseudo elements with double colons: ::
Open

      &:after {

Line contains trailing whitespace
Open

    

0px should be written without units as 0
Open

      grid-row-gap: 0px;

Color #DDD should be written as #ddd
Open

      border-right: 1px solid #DDD;

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

        a {
Severity
Category
Status
Source
Language