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;

Avoid qualifying class selectors with an element.
Open

  a.active {

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .error;

Selector active_table_node should be written in lowercase with hyphens
Open

  .active_table .active_table_node {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row {

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

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

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

        span {

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 {

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

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

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

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

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

          .hub-name, .button-address {

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 {

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

  @include sidepaddingSm;

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

      background-color: #78cd91;

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

              color: white;

Line should be indented 2 spaces, but was indented 0 spaces
Open

.warning-sign {

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

      background: white;

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

          svg {

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

button.add-variant, button.variant-quantity {
Severity
Category
Status
Source
Language