openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

Color literals like rgba(193, 18, 43, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: rgba(193, 18, 43, 0.1);

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

      span {

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

  .checkout-input span.formError, div.error.card-errors {

Rule declaration should be followed by an empty line
Open

    }

Line contains trailing whitespace
Open

        

Line contains trailing whitespace
Open

  

Line contains trailing whitespace
Open

  

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

      border-right: 1px solid #DDD;

Begin pseudo elements with double colons: ::
Open

    &:after {

Selector ofn-i_051-check-big should be written in lowercase with hyphens
Open

    i.ofn-i_051-check-big:before {

0px should be written without units as 0
Open

    border-radius: 0px;

Begin pseudo elements with double colons: ::
Open

.ofn-i_001-arrow-left:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_003-check:before {

Selector ofn-i_009-close should be written in lowercase with hyphens
Open

.ofn-i_009-close:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_010-bullet:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_020-search:before {

Unnecessary parent selector (&)
Open

  &, & * {

Avoid using id selectors
Open

  input#search {

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

        &:hover {
Severity
Category
Status
Source
Language