openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

      border-color: rgba(136, 183, 213, 0);

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),

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) 5px,

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

      &.action-#{$action} td {

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

  td.actions {

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

      background-color: #a7c44d;

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying attribute selectors with an element.
Open

input[type="submit"],

Color #ffffff should be written as #fff
Open

  background-color: #ffffff;

Color #ffffff should be written as #fff
Open

  background-color: #ffffff;

0px should be written without units as 0
Open

        bottom: 0px;

Avoid qualifying class selectors with an element.
Open

    ul.variant-details {

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

      li {

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

        &:last-child:after {

Begin pseudo elements with double colons: ::
Open

  &.light-blue span:before {

Avoid qualifying attribute selectors with an element.
Open

    input[type="text"],

Color #aaaaaa should be written as #aaa
Open

        color: #aaaaaa;

Begin pseudo elements with double colons: ::
Open

  &:before {

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

  background: rgba(149, 180, 255, 0.26);

Rule declaration should be preceded by an empty line
Open

  li {
Severity
Category
Status
Source
Language