openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

0px should be written without units as 0
Open

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

Avoid using id selectors
Open

  #open-street-map {

Merge rule .top-bar-section with rule on line 32
Open

.top-bar-section {

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

      img {

Merge rule .tab-bar .ofn-logo with rule on line 168
Open

.tab-bar .ofn-logo {

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

  &, & * {

@else should be placed on same line as previous curly brace
Open

  @else if $point == phablet {

@else should be placed on same line as previous curly brace
Open

  @else if $point == mobile {

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

  color: #666;

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

    color: #333;

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

      &, & * {

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

        color: #333;

Avoid qualifying class selectors with an element.
Open

    i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

Avoid qualifying class selectors with an element.
Open

      &.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {

Avoid qualifying class selectors with an element.
Open

      &.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {

Selector ofn-i_059-producer should be written in lowercase with hyphens
Open

      &.is_distributor, &.is_distributor i.ofn-i_059-producer, &.is_distributor i.ofn-i_060-producer-reversed {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row.closed {

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

  ol, ul {

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

      @include box-shadow(inset 0 0 1px 0 #fff);
Severity
Category
Status
Source
Language