openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

      color: white;

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

      img {

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

  body.off-canvas {

Name of variable border-radius-BR 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) {

Name of variable border-radius-BL 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 rgba(0, 0, 0, 0.35) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);

Property background already defined on line 152
Open

  background: linear-gradient(to bottom, $gradient-clr1 0%, $gradient-clr2 100%);

@else should be placed on same line as previous curly brace
Open

  @else if $point == phablet {

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

      color: #666;

Shorthand form for property padding should be written more concisely as 12px 0 8px instead of 12px 0 8px 0
Open

    padding: 12px 0 8px 0;

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

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

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

      .skinny-head {

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

        .cta-container {

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

  ol, ul, p {

0px should be written without units as 0
Open

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

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

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

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

.top-bar-section ul li > a.top-bar--menu-item-with-icon {
Severity
Category
Status
Source
Language