openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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);

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

    color: white;

Unnecessary parent selector (&)
Open

  &, & * {

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

  @else if $point == phablet {

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

  background-color: white;

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

  background-color: rgba(255, 255, 255, 0.65);

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

        color: #f4704c;

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

  h3, p {

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

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 {

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

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

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

Avoid qualifying class selectors with an element.
Open

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

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

        color: #666;

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

@mixin sidepaddingSm {

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

    &, & * {

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

@mixin sidepaddingBg {

Avoid qualifying class selectors with an element.
Open

body.modal-open {
Severity
Category
Status
Source
Language