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

        .active_table_row:first-child .skinny-head {

Merge rule &.open with rule on line 87
Open

    &.open {

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

      li.more-producers-link {

Avoid qualifying class selectors with an element.
Open

        li.additional-producer {

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

        li.more-producers-link {

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

        .active_table_row {

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 {

Selector active_table_row should be written in lowercase with hyphens
Open

          .active_table_row:first-child .skinny-head {

0px should be written without units as 0
Open

    text-shadow: 0px 0px 0px #fff;

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

    li > a {

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

    @include headingFont;

Name of variable border-radius-TL should be written in all lowercase letters with hyphens instead of underscores
Open

@mixin border-radius-mixed($border-radius-TL, $border-radius-TR, $border-radius-BR, $border-radius-BL) {

Name of variable border-radius-TL should be written in all lowercase letters with hyphens instead of underscores
Open

  -webkit-border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;

Color #222222 should be written as #222
Open

  text-shadow: 0 -1px 1px #111111, 0 1px 2px #222222;

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

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

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