openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying class selectors with an element.
Open

  label.right {

Merge rule label.right with rule on line 168
Open

  label.right {

0rem should be written without units as 0
Open

    margin-top: 0rem;

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

        .hub-name, .button-address {

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

      background-color: white;

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

    i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

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

    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

    .fat-properties {

Color #ffffff should be written as #fff
Open

    background-color: #ffffff;

Avoid using id selectors
Open

    #logo-select {

Avoid using id selectors
Open

  #image-over {

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

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

Avoid qualifying class selectors with an element.
Open

      li.additional-producer {

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

        &, & * {

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 {

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 {

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 {
Severity
Category
Status
Source
Language