openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

      color: white;

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

      color: white;

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

  background-color: white;

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

      color: white;

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

    a {

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

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

Merge rule label.right with rule on line 168
Open

  label.right {

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

      span {

Avoid qualifying class selectors with an element.
Open

  body.off-canvas {

Shorthand form for property padding should be written more concisely as 30px 20px 0 instead of 30px 20px 0 20px
Open

    padding: 30px 20px 0 20px;

Name of variable border-radius-TR should be written in all lowercase letters with hyphens instead of underscores
Open

@mixin border-radius-mixed($border-radius-TL, $border-radius-TR, $border-radius-BR, $border-radius-BL) {

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

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

Name of variable border-radius-BL should be written in all lowercase letters with hyphens instead of underscores
Open

@mixin border-radius-mixed($border-radius-TL, $border-radius-TR, $border-radius-BR, $border-radius-BL) {

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

        span {

Name of variable border-radius-TL should be written in all lowercase letters with hyphens instead of underscores
Open

  -webkit-border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;

Selector ofn-i_060-producer-reversed should be written in lowercase with hyphens
Open

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

Name of variable border-radius-TR should be written in all lowercase letters with hyphens instead of underscores
Open

  -webkit-border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;

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

          .hub-name, .button-address {

@else should be placed on same line as previous curly brace
Open

  @else if $point == tablet {
Severity
Category
Status
Source
Language