openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/big-input.scss

Summary

Maintainability
Test Coverage

Property box-shadow already defined on line 13
Open

  box-shadow: none;

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

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

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

  @include headingFont;

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

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

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

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

Shorthand form for property padding should be written more concisely as 0.75rem 1rem 0.35rem instead of 0.75rem 1rem 0.35rem 1rem
Open

    padding: 0.75rem 1rem 0.35rem 1rem;

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

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

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

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

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

    background: white;

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

    text-shadow: 0 0 10px #ffffff;

Color #ffffff should be written as #fff
Open

    text-shadow: 0 0 10px #ffffff;

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

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

Property box-shadow already defined on line 63
Open

  box-shadow: none;

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

  @include headingFont;

Color #ffffff should be written as #fff
Open

    text-shadow: 0 0 10px #ffffff;

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

    text-shadow: 0 0 10px #ffffff;

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

    background: white;

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

    background: white;

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

    @include box-shadow(0 1px 1px 0 rgba(255, 255, 255, 0.25));

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

    @include box-shadow(0 1px 1px 0 rgba(255, 255, 255, 0.25));

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

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

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

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

Property background already defined on line 81
Open

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

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

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

Property background already defined on line 35
Open

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

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

    background: white;

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

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

There are no issues that match your filters.

Category
Status