openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

  .name-matches, .distance-matches {

0px should be written without units as 0
Open

    text-shadow: 0px 0px 10px #fff;

Avoid using id selectors
Open

  #pac-input {

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

    a span {

Name of variable border-radius-TL should be written in all lowercase letters with hyphens instead of underscores
Open

  border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;

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

  text-shadow: 0 -1px 1px #111111, 0 1px 2px #222222;

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

        color: #666;

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

dialog

Unnecessary parent selector (&)
Open

        &, & * {

Selector active_table should be written in lowercase with hyphens
Open

  .active_table .active_table_node {

Unnecessary parent selector (&)
Open

        &, & * {

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

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

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

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

Avoid qualifying class selectors with an element.
Open

    p.word-wrap {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row {

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

      .active_table_row:first-child {

Avoid using id selectors
Open

#registration-modal {

Avoid using id selectors
Open

  #progress-bar {

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

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

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

    background-color: #f4704c;
Severity
Category
Status
Source
Language