openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

      color: white;

Color white should be written in hexadecimal form as #ffffff
Open

      color: white;

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

  background-color: white;

Avoid qualifying class selectors with an element.
Open

.off-canvas-wrap ul.off-canvas-list i {

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

  h3 a:hover span {

Unnecessary parent selector (&)
Open

    &, & * {

border-left: 0 is preferred over border-left: none
Open

    border-left: none;

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

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

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 4
Open

    a.cta-hub {

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

          color: #666;

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

            border-bottom: 1px solid #999;

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

    .producer-name {

Selector product_table should be written in lowercase with hyphens
Open

.product_table {

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

    background-color: #ffffff;

Avoid qualifying class selectors with an element.
Open

  a.icon {

Color white should be written in hexadecimal form as #ffffff
Open

        background-color: white;

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

.off-canvas-list li.language-switcher ul li {

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

@mixin border-radius-mixed($border-radius-TL, $border-radius-TR, $border-radius-BR, $border-radius-BL) {

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

  background-color: rgba(205, 205, 205, 0.65);
Severity
Category
Status
Source
Language