openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying class selectors with an element.
Open

  a.selector {

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

      color: white;

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

        rgba(255, 255, 255, 0.25) 10px

Avoid qualifying class selectors with an element.
Open

    a.button {

Avoid using id selectors
Open

#info-dialog,

Avoid using id selectors
Open

#info-dialog,

Use // comments everywhere
Open

/**

Shorthand form for property padding should be written more concisely as 0px 5px instead of 0px 5px 0px 5px
Open

  padding: 0px 5px 0px 5px;

Shorthand form for property padding should be written more concisely as 8px instead of 8px 8px
Open

  padding: 8px 8px;

Rule declaration should be followed by an empty line
Open

  }

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

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

    color: white;

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

    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);

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

    background: #005d93;

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

Color literals like #239adf 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);

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

  background-color: #ebebeb;

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

  border-top: 1px solid rgb(215, 215, 215);

Rule declaration should be followed by an empty line
Open

}

Each selector in a comma sequence should be on its own single line
Open

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
Severity
Category
Status
Source
Language