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

      background-color: black;

Begin pseudo elements with double colons: ::
Open

      &:after,

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

    background-color: #f5dcdc;

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

      color: #c82020;

0px should be written without units as 0
Open

    padding: 0px 5px;

Begin pseudo elements with double colons: ::
Open

    &:before {

Avoid qualifying class selectors with an element.
Open

input.red,

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

  box-shadow: 3px 3px 4px #797979;

0px should be written without units as 0
Open

  padding: 0px 5px 0px 5px;

Merge rule .ui-dialog .ui-widget-content with rule on line 6
Open

.ui-dialog .ui-widget-content {

Color #000000 should be written as #000
Open

    color: #000000;

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

    &.ui-icon-closethick {

Selector errorExplanation should be written in lowercase with hyphens
Open

.errorExplanation {

Use // comments everywhere
Open

      display: none; /* avoid adding new button on old design */

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

      a {

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

      &:hover a {

Avoid using id selectors
Open

#admin-menu {

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

        a:after {

Rule declaration should be followed by an empty line
Open

  }

Avoid qualifying attribute selectors with an element.
Open

    input[type="text"],
Severity
Category
Status
Source
Language