openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,537 of 5,537 total issues

Line should be indented with spaces, not tabs
Open

    height: auto;

Line should be indented with spaces, not tabs
Open

    padding: 6px 12px;

Line should be indented with spaces, not tabs
Open

    user-select: text;

Line should be indented with spaces, not tabs
Open

    z-index: 100;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    left: 0;

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

    border-left: 1px solid black;

Line should be indented with spaces, not tabs
Open

    bottom: 0;

Line should be indented with spaces, not tabs
Open

    z-index: 1060;

Line should be indented with spaces, not tabs
Open

    position: absolute;

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

@mixin headingFont {

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

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

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

h1, h2, h3, h4, h5, h6 {

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

.neutral-btn:hover, .neutral-btn:active, .neutral-btn:focus {

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

  background-color: rgba(200, 200, 200, 0.2);

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

  border: 2px solid rgba(0, 0, 0, 0.8);

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

  color: #fff;

Avoid qualifying class selectors with an element.
Open

.button.primary:hover, .button.primary:active, .button.primary:focus, button.primary:hover, button.primary:active, button.primary:focus {

Avoid qualifying class selectors with an element.
Open

button.large,

Use // comments everywhere
Open

/* -------------------------------------
Severity: Minor
Found in app/webpacker/css/mail/email.scss by scss-lint
Severity
Category
Status
Source
Language