openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

        .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

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

        .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

Selector active_table_row should be written in lowercase with hyphens
Open

          .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

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

            a, a * {

Color literals like rgba(220, 220, 220, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

            background-color: rgba(220, 220, 220, 0.5);

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

          .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

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

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

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

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

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

          .columns:last-child {

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

    i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

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

        .less {

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

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

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

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

          .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

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

            a, a * {

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

      &.closed, &.open {

Color literals like rgba(0, 0, 0, 0.85) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background: rgba(0, 0, 0, 0.85);

Avoid using id selectors
Open

  #message {

Color #FFFFFF should be written as #FFF
Open

      background-color: #FFFFFF;
Severity
Category
Status
Source
Language