openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Selector is_profile should be written in lowercase with hyphens
Open

    &.inactive.is_profile {

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

    .tabs dd a {

Avoid using id selectors
Open

#system.pane {

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row {

Avoid using id selectors
Open

#brand-story.pane, #cta.pane, #shops.pane, #sell.pane {

0px should be written without units as 0
Open

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

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

#brand-story.pane, #cta.pane, #shops.pane, #sell.pane {

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 {

0px should be written without units as 0
Open

    margin-top: 0px;

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

    &.open, &.closed {

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

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

Avoid using id selectors
Open

  #open-street-map {

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

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

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

          .active_table_row:first-child .skinny-head {

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

  @include sidepaddingSm;

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

  li:not(.has-form), li:not(.has-form) a:not(.button), li:not(.has-form) a:not(.button):hover {

0px should be written without units as 0
Open

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

Avoid qualifying class selectors with an element.
Open

  li.cart {

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

      border-left: 1px solid #ddd;
Severity
Category
Status
Source
Language