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

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

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

    a, a * {

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

      color: white;

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

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

border: 0 is preferred over border: none
Open

      border: none;

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

      &, p, h1, h2, h3, h4, h5, h6 {

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

      p.secure-icon i {

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

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

Avoid qualifying class selectors with an element.
Open

  .tabs dd.active a {

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

    @include gradient(white, white);

Selector ofn-i_059-producer 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 {

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 {

Property height already defined on line 19
Open

    height: 100vh;

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

    .open_closed {

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 active_table_row should be written in lowercase with hyphens
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;
Severity
Category
Status
Source
Language