openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

    border: 1px solid black;

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

  ol, ul, p {

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

      background-color: #78cd91;

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

    color: #373737;

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

        &, & * {

Avoid qualifying class selectors with an element.
Open

  &.inline-block, ul.inline-block {

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

    a, a.button {

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

  &.taxon-selectors, &.property-selectors {

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

    @include filter-selector(#666, #ccc, #777);

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

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

Property overflow already defined on line 145
Open

      overflow: hidden; 

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

      strong {

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

    color: white;

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

  @include headingFont;

Selector is_distributor 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 ofn-i_060-producer-reversed 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 should have depth of applicability no greater than 3, but was 4
Open

    p.word-wrap {

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

        .columns img {

Avoid qualifying class selectors with an element.
Open

  label.indent-checkbox {

Merge rule .item.active with rule on line 72
Open

    .item.active {
Severity
Category
Status
Source
Language