openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying class selectors with an element.
Open

table.social {

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

  color: #000;

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

      border-left: 3px solid white;

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

      color: white;

Color black should be written in hexadecimal form as #000000
Open

      border-top-color: black;

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

    &.action-remove td,

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

  background-color: #eff5dc;

Avoid qualifying class selectors with an element.
Open

  a.close {

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

    color: #fff;

Property width already defined on line 115
Open

      width: 200px;

Property text-align already defined on line 8
Open

    text-align: center;

Begin pseudo elements with double colons: ::
Open

        &:last-child:after {

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

    color: white;

Rule declaration should be preceded by an empty line
Open

    &,

Avoid qualifying attribute selectors with an element.
Open

    input[type="text"],

Color #aaaaaa should be written as #aaa
Open

        color: #aaaaaa;

Merge rule .ts-wrapper.single .ts-control with rule on line 1
Open

.ts-wrapper.single .ts-control {

Begin pseudo elements with double colons: ::
Open

  &:after {

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .icon-search;

Avoid qualifying class selectors with an element.
Open

.ts-dropdown .create:hover,
Severity
Category
Status
Source
Language