openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row:last-child {

Unnecessary parent selector (&)
Open

    &, & * {

Merge rule a.button.primary with rule on line 8
Open

  a.button.primary {

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

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

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

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

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

      a:hover, a:active, a:focus {

Color black should be written in hexadecimal form as #000000
Open

    border: 1px solid black;

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

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

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

      background-color: #78cd91;

Unnecessary parent selector (&)
Open

        &, & * {

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

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

Unnecessary parent selector (&)
Open

        &, & * {

Avoid qualifying class selectors with an element.
Open

    a.cta-hub {

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

            &, & * {

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

          color: #666;

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

      .columns.full {

Unnecessary parent selector (&)
Open

    & > *:nth-child(n + 2) {

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

    h3 a {

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

    border: 3px dashed #494949;

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

  &, & * {
Severity
Category
Status
Source
Language