openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

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

    i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

Avoid qualifying class selectors with an element.
Open

    a.cta-hub {

Merge rule a.cta-hub with rule on line 42
Open

    a.cta-hub {

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

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

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

        &.secondary {

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

          color: #666;

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

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

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

    background: white;

Avoid using id selectors
Open

  #progress-bar {

Avoid using id selectors
Open

  #or {

0px should be written without units as 0
Open

    padding: 21px 0px;

Color black should be written in hexadecimal form as #000000
Open

      color: black;

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

    &:hover, &:focus {

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

    &:hover, &:focus {

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

          &:hover, &:focus {

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, &:active {

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

  @include tiledPane;
Severity
Category
Status
Source
Language