openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Name of variable color_unselected should be written in all lowercase letters with hyphens instead of underscores
Open

    background-color: $color_unselected;

Rule declaration should be preceded by an empty line
Open

      &:after {

Begin pseudo elements with double colons: ::
Open

    &:after {

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying id selectors with an element.
Open

table#customers.index {

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

    color: #fff;

Avoid qualifying class selectors with an element.
Open

  div.header {

Avoid qualifying class selectors with an element.
Open

  a.button {

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

    background-color: #ebf3fb;

border-right: 0 is preferred over border-right: none
Open

    border-right: none;

Rule declaration should be followed by an empty line
Open

    }

Color literals like rgba(84, 152, 218, 0) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        rgba(84, 152, 218, 0),

Rule declaration should be followed by an empty line
Open

    }

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

        border-right: 20px solid #000000;

Avoid qualifying class selectors with an element.
Open

    i.icon-ok-sign {

Rule declaration should be preceded by an empty line
Open

    i.icon-ok-sign {

Opening curly brace { should be preceded by one space
Open

  @if $moz    {    -moz-#{$property}: $value; }

Opening curly brace { should be preceded by one space
Open

  @if $spec   {         #{$property}: $value; }

Expected 0 spaces before ) instead of
Open

$color-action-edit-brd:          very-light($color-success, 20 ) !default;

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

  background-color: #666;
Severity
Category
Status
Source
Language