openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

    padding: 15px 15px;

Selector customer_tag should be written in lowercase with hyphens
Open

.customer_tag {

0px should be written without units as 0
Open

      margin: 0px 0px 0px 0px;

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

        td {

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

    color: #aeaeae;

Avoid qualifying class selectors with an element.
Open

input.ng-invalid.ng-dirty {

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

  border: solid 1px red;

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

      &.actions {

Begin pseudo elements with double colons: ::
Open

      &:before {

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

      color: #454545;

0px should be written without units as 0
Open

      padding-right: 0px;

Begin pseudo elements with double colons: ::
Open

      &:after {

Selector menu_items should be written in lowercase with hyphens
Open

  .menu_items {

border: 0 is preferred over border: none
Open

      border: none;

Rule declaration should be preceded by an empty line
Open

  .select2-choice {

0px should be written without units as 0
Open

      padding: 8px 18px 8px 0px;

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

        color: #ffffff;

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

      td {

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

    color: white;

Avoid qualifying class selectors with an element.
Open

    div.table-wrap {
Severity
Category
Status
Source
Language