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

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

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

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

Merge rule .top-bar-section with rule on line 32
Open

.top-bar-section {

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

        background-color: white;

Merge rule .off-canvas-wrap.move-right .tab-bar .menu-icon with rule on line 210
Open

.off-canvas-wrap.move-right .tab-bar .menu-icon {

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

  background-color: white;

Merge rule .off-canvas-wrap ul.off-canvas-list with rule on line 210
Open

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

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

    color: rgba(0, 0, 0, 0.9);

Merge rule .off-canvas-wrap ul.off-canvas-list i with rule on line 210
Open

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

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

    ul li a,

Name of variable border-radius-TR 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 #999 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    color: #999;

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

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

0px should be written without units as 0
Open

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

Avoid qualifying class selectors with an element.
Open

  ul li.ofn-logo > a {

Name of mixin headingFont should be written in all lowercase letters with hyphens instead of underscores
Open

    @include headingFont;

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

      color: white;

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

  li a {

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

    color: white;

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

  -webkit-border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;
Severity
Category
Status
Source
Language