openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

      .alert-cta {

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

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

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

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

Color literals like rgba(white, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
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 {

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

    @include gradient(white, white);

Selector is_distributor should be written in lowercase with hyphens
Open

    .active_table .active_table_node a.is_distributor, .active_table .active_table_node a.is_distributor i.ofn-i_059-producer {

Avoid using id selectors
Open

#connect.pane {

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

      .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:first-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 {

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 {

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

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

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

  .name-matches, .distance-matches {

0em should be written without units as 0
Open

  margin-left: 0em;

Color #FFFFFF should be written as #ffffff
Open

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