openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Unknown property accent-color
Open

  accent-color: $color-checkbox-fill;

Selector formError should be written in lowercase with hyphens
Open

  .formError {

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

  background-color: white;

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

          &.actions {

0px should be written without units as 0
Open

  bottom: 0px;

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

    color: white;

Selector credit_cards should be written in lowercase with hyphens
Open

.credit_cards {

Avoid qualifying class selectors with an element.
Open

  i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

Selector ofn-i_060-producer-reversed should be written in lowercase with hyphens
Open

  i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

Selector active_table_row should be written in lowercase with hyphens
Open

  .active_table_row {

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

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

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

      background: rgba(255, 255, 255, 0.25);

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

    background: white;

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

  &:active, &:focus, &.active {

Avoid using id selectors
Open

#cart-detail {

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

    h5 {

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

    }

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

    color: white;

Begin pseudo elements with double colons: ::
Open

        &:-moz-placeholder { @content; }
Severity
Category
Status
Source
Language