openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Selector is_producer should be written in lowercase with hyphens
Open

  .is_producer {

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

dialog .close-reveal-modal

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

    background-color: #bbb;

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

      &, & * {

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 {

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 {

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

      .active_table_row:last-child {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row.closed {

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;

0px should be written without units as 0
Open

      padding: 10px 0px;

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

      span {

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;

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

      &, & * {

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

        color: #f4704c;

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

          border-bottom: 1px solid #999;

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

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

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

  @include paneWhiteText;
Severity
Category
Status
Source
Language