openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

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

Avoid using id selectors
Open

#stats.pane {

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

  @include paneWhiteText;

Shorthand form for property padding should be written more concisely as 12px 0 8px instead of 12px 0 8px 0
Open

        padding: 12px 0 8px 0;

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

        &, & * {

Avoid qualifying class selectors with an element.
Open

      p.secure-text {

Avoid using id selectors
Open

#groups {

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

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

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

    border-bottom: 1px solid #ccc;

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

  .tabs dd a {

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

  .tabs dd.active a {

Selector is_distributor 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 {

Avoid qualifying class selectors with an element.
Open

    .active_table .active_table_node a.is_distributor, .active_table .active_table_node a.is_distributor i.ofn-i_059-producer {

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 {

Avoid qualifying class selectors with an element.
Open

    span.hub-name-listing {

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

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

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

        label {

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

        a, a * {

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row:first-child, .active_table_row:last-child {
Severity
Category
Status
Source
Language