openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Merge rule #system.pane with rule on line 22
Open

#system.pane {

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

    a, a * {

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

    i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, 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

      .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:nth-child(2) {

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

      li.additional-producer {

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

          .more {

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

          .less {

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

        a, a * {

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 {

Name of mixin sidepaddingSm should be written in all lowercase letters with hyphens instead of underscores
Open

  @include sidepaddingSm;

Shorthand form for property margin should be written more concisely as 0 0 1rem instead of 0 0 1rem 0
Open

  margin: 0 0 1rem 0 !important;

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

      color: white;

Commas in function arguments should be followed by one space
Open

    background-color: rgba(0,0,0,0.25);

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

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

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

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

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

            color: white;

Avoid using id selectors
Open

#group-page {
Severity
Category
Status
Source
Language