openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Unnecessary parent selector (&)
Open

        &, & * {

Selector should have depth of applicability no greater than 3, but was 4
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, &:active, &:focus {

Selector active_table_row should be written in lowercase with hyphens
Open

            .active_table_row:first-child .skinny-head {

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

  background-color: #333;

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

      color: white;

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

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

Avoid using id selectors
Open

  #open-street-map {

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

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

Color literals like rgba(0, 0, 0, 0.9) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

      color: rgba(0, 0, 0, 0.9);

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

@mixin tiledPane {

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

@mixin sidepaddingBg {

Expected 0 spaces before ) instead of
Open

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-clr1', endColorstr='$gradient-clr2',GradientType=0 );

Expected 0 spaces after ( instead of
Open

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-clr1', endColorstr='$gradient-clr2',GradientType=0 );

Avoid qualifying class selectors with an element.
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 {

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

          .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

Selector is_profile should be written in lowercase with hyphens
Open

    &.inactive.is_profile {

0px should be written without units as 0
Open

    margin-top: 0px;
Severity
Category
Status
Source
Language