openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

0px should be written without units as 0
Open

        margin: 0px 0px 0px 40px;

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

          color: white;

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

    background: white;

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

          color: white;

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

      &:hover, &:focus, &:active {

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

      td:last-child {

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

table.signup-table.hubs-table, table.signup-table.producers-table {

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

  span, span > a {

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

      background-color: white;

0px should be written without units as 0
Open

        margin: 0px 0px 0px 40px;

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

      &, & i {

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

      td:nth-child(1) {

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

    span, span > a {

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

        &, & * {

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

    span, span > a {

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

#producer-case-studies, #shops-case-studies {

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

        &, & * {

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

      border: 1px solid #cccccc;

Selector distributor_address should be written in lowercase with hyphens
Open

    #distributor_address.panel {

Property margin-left already defined on line 169
Open

    margin-left: 10px;
Severity
Category
Status
Source
Language