openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Line contains trailing whitespace
Open

  } 

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

  .medium-6, .medium-10 {

Avoid qualifying class selectors with an element.
Open

  .checkout-input span.formError, div.error.card-errors {

Line contains trailing whitespace
Open

    

Line contains trailing whitespace
Open

  }  

Declaration should be terminated by a semicolon
Open

      background-color: $teal-400

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

    .checkout-submit {

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

    background: white;

Selector ofn-i_004-x should be written in lowercase with hyphens
Open

.ofn-i_004-x:before {

Line should be indented with spaces, not tabs
Open

    content: "\e609";

Avoid qualifying class selectors with an element.
Open

      p.secure-icon i {

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

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

Avoid qualifying class selectors with an element.
Open

      p.text-big {

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

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

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

    .tabs dd a {

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

      &.closed, &.open {

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

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

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

  background-color: white;
Severity
Category
Status
Source
Language