openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Avoid qualifying class selectors with an element.
Open

    div.row a img {

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

      p.secure-icon i {

Color white should be written in hexadecimal form as #ffffff
Open

        color: rgba(white, 0.1);

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

            color: white;

Selector active_table 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 {

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

#brand-story.pane, #cta.pane, #shops.pane, #sell.pane {

Avoid using id selectors
Open

#stats.pane {

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

    a, a * {

Selector ofn-i_060-producer-reversed 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 4
Open

      .active_table_row {

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

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

Avoid qualifying class selectors with an element.
Open

      li.additional-producer {

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

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

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

0em should be written without units as 0
Open

  margin-left: 0em;

0px should be written without units as 0
Open

    text-shadow: 0px 0px 0px #fff;
Severity
Category
Status
Source
Language