openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid using id selectors
Open

#loading {

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

      background: #fff;

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

  background-image: linear-gradient(#28a0e5, #015e94);

Rule declaration should be preceded by an empty line
Open

    &:before {

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

      color: #ffffff;

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

    background-color: #7a7a7a;

Color #ffffff should be written as #fff
Open

      color: #ffffff;

Avoid qualifying class selectors with an element.
Open

.ts-dropdown .create:hover,

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

$color_selected: $spree-blue;

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

    color: #494949;

Rule declaration should be followed by an empty line
Open

    }

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

      background-color: $color_unselected;

Selector connected_apps_panel should be written in lowercase with hyphens
Open

#connected_apps_panel {

0px should be written without units as 0
Open

    0px 1px 0px rgba(0, 0, 0, 0.05),

0px should be written without units as 0
Open

      padding: 10px 5px 0px 3%;

Shorthand form for property border-width should be written more concisely as 0px 0px 1px instead of 0px 0px 1px 0px
Open

    border-width: 0px 0px 1px 0px;

0px should be written without units as 0
Open

    border-width: 0px 1px 0px 1px;

Begin pseudo elements with double colons: ::
Open

      &:after {

Begin pseudo elements with double colons: ::
Open

        .check:before {

Begin pseudo elements with double colons: ::
Open

  > details > summary:after {
Severity
Category
Status
Source
Language