openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

        a.hub {

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

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

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 active_table_row should be written in lowercase with hyphens
Open

      .active_table_row:nth-child(2) {

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

      &.show-more-producers {

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

        .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:first-child,

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

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

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 {

Avoid using id selectors
Open

#loading {

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

    text-shadow: 0px 0px 0px #fff;

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, &:focus, &:active {

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

      i {

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

      span {

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

  &, & * {

Name of variable border-radius-BL 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;

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

  background-color: rgba(255, 255, 255, 0.65);

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 4
Open

      .active_table_row, .active_table_row:first-child, .active_table_row:last-child {
Severity
Category
Status
Source
Language