openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

    0px 2px 2px rgba(0, 0, 0, 0.07);

Unknown property gap
Open

  gap: 1em;

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

  color: black;

Selector dashboard_item should be written in lowercase with hyphens
Open

div.dashboard_item {

0px should be written without units as 0
Open

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

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

      border-width: 0px 3px 0px 3px;

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

  color: #575757;

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

  background-color: #f5f5f5;

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

    background-color: #ffffff;

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

        &:before {

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

      background-color: #ededed;

0px should be written without units as 0
Open

      padding-right: 0px;

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

  color: white !important;

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

tags-input .tags .tag-item .remove-button {

Avoid qualifying class selectors with an element.
Open

table th.actions .no-text[class*="icon-"],

Color #FFF should be written as #fff
Open

  color: #FFF;

border-bottom: 0 is preferred over border-bottom: none
Open

      border-bottom: none;

Color black should be written in hexadecimal form as #000000
Open

        border-top-color: black;

Avoid qualifying class selectors with an element.
Open

  td.actions {

Avoid qualifying class selectors with an element.
Open

    a.close {
Severity
Category
Status
Source
Language