openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,537 of 5,537 total issues

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

        background-color: #e6912e;

Rule declaration should be preceded by an empty line
Open

    &.alpha {

Begin pseudo elements with double colons: ::
Open

  &:before {

Avoid qualifying attribute selectors with an element.
Open

input[type="checkbox"].redesigned-input {

Empty rule
Open

  &.ui-dialog-titlebar-close {

Use // comments everywhere
Open

      display: none; /* avoid adding new button on old design */

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

      a {

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

Rule declaration should be followed by an empty line
Open

  }

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

        a {

Avoid using id selectors
Open

.ts-dropdown .create:hover,

Rule declaration should be followed by an empty line
Open

    }

Avoid qualifying id selectors with an element.
Open

table#customers.index {

Avoid qualifying class selectors with an element.
Open

  div.header {

0px should be written without units as 0
Open

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

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

            background-color: #fff;

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

  border: 1px solid #adadad;
Severity
Category
Status
Source
Language