openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Color #aaaaaa should be written as #aaa
Open

          color: #aaaaaa;

Avoid using id selectors
Open

.ts-dropdown .create:hover,

Avoid qualifying class selectors with an element.
Open

.ts-dropdown .create:hover,

Begin pseudo elements with double colons: ::
Open

    &:before,

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

      background-color: $color_selected;

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

        color: #fff;

Selector connected-app__description should be written in lowercase with hyphens
Open

.connected-app__description {

Rule declaration should be preceded by an empty line
Open

  * {

Avoid using id selectors
Open

table#customers.index {

Avoid qualifying attribute selectors with an element.
Open

    a[ofn-with-tip] {

0px should be written without units as 0
Open

      border-radius: 0px 4px 0px 0px;

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

      padding: 5px 5px 0px 5px;

0px should be written without units as 0
Open

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

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

          color: #fff;

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

    color: #fff;

0px should be written without units as 0
Open

      border-radius: 0px 0px 6px 6px;

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

      color: #828282;

Begin pseudo elements with double colons: ::
Open

        &:before {

Avoid qualifying attribute selectors with an element.
Open

  > details[open] > summary:after {

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

  background-color: white;
Severity
Category
Status
Source
Language