openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

  @else if $point == phablet {

Unnecessary parent selector (&)
Open

      &, & * {

Selector active_table_node should be written in lowercase with hyphens
Open

  .active_table .active_table_node {

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

      .skinny-head {

Selector is_distributor 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 {

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

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

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 {

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

          .hub-name, .button-address {

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

      .active_table_row:first-child {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row.closed {

Color #ffffff should be written as #fff
Open

    background-color: #ffffff;

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

      background-color: #efefef;

Unnecessary parent selector (&)
Open

        &, & * {

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

      p {

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

        &.dirty {

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

        a:hover, a:active, a:focus {

Unnecessary parent selector (&)
Open

          &, & * {

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

            color: rgba(white, 1);

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

      &, p, h1, h2, h3, h4, h5, h6 {
Severity
Category
Status
Source
Language