openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

    map, .angular-google-map-container, google-map, .angular-google-map {

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

          color: #fff;

Unnecessary parent selector (&)
Open

            &, & * {

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

      .columns.full {

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

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

Rule declaration should be followed by an empty line
Open

  }

Merge rule .row.variants with rule on line 2
Open

.row.variants {

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

@mixin headingFont {

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

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

border: 0 is preferred over border: none
Open

    border: none;

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

  background: rgba(255, 255, 255, 0.1);

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

    background: rgba(255, 255, 255, 0.5);

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

    text-shadow: 0 0 10px #ffffff;

Use // comments everywhere
Open

        /* Content for official syntax. Prefix context is still #{$prefix-context}. */

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

        &.image {

Selector errorExplanation should be written in lowercase with hyphens
Open

  #errorExplanation {

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying class selectors with an element.
Open

    ul.left li.ofn-logo, ul.center, ul.right li.current_hub {

@include declaration should be preceded by an empty line
Open

  @include with-each-prefix(css-transitions, $transition-support-threshold) {

Avoid qualifying class selectors with an element.
Open

      ul.left li, ul.right li {
Severity
Category
Status
Source
Language