openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,539 of 5,539 total issues

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 4
Open

        &:after {

Avoid using id selectors
Open

#progress {

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

  &[class*="state"] td:first-child {

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

    background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);

Rule declaration should be preceded by an empty line
Open

    &:before {

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

      background-image: linear-gradient(#008cdd, #008cdd 85%, #239adf);

Begin pseudo elements with double colons: ::
Open

      &:before {

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

      box-shadow: 0 0 0.7em rgba(0, 0, 0, 0.3) inset;

Color #aaaaaa should be written as #aaa
Open

        color: #aaaaaa;

Begin pseudo elements with double colons: ::
Open

        &:after {

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

  color: #ffffff;

Avoid qualifying class selectors with an element.
Open

  img.spinner {

Avoid qualifying class selectors with an element.
Open

a.stripe-connect {

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

    background-image: linear-gradient(#7dc5ee, #008cdd 85%, #30a2e4);

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

    background: #005d93;

Empty rule
Open

      &:before {

Begin pseudo elements with double colons: ::
Open

    &.blue span:before {

Begin pseudo elements with double colons: ::
Open

  &:before {

Rule declaration should be preceded by an empty line
Open

    &,
Severity
Category
Status
Source
Language