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 black should be written in hexadecimal form as #000000
Open

      color: black;

Avoid using id selectors
Open

      &#hub-panel:hover, &#both-panel:hover {

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

        color: white;

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

              fill: white;

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

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

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

        span, a {

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

      ul.left li, ul.right li {

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

        i, span {

Line should be indented 2 spaces, but was indented 3 spaces
Open

   display: none;

Unnecessary parent selector (&)
Open

        &, & * {

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

      p.text-big {

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

            color: white;

border: 0 is preferred over border: none
Open

    border: none;

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

    @include gradient(white, white);

Avoid using id selectors
Open

#panes {

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

  background-color: white;

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

        a.hub {

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 {

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

    span.hub-name-listing {
Severity
Category
Status
Source
Language