openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/_shop-popovers.scss

Summary

Maintainability
Test Coverage

Selector price_breakdown should be written in lowercase with hyphens
Open

.joyride-tip-guide.price_breakdown {

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-color: rgba(255, 255, 255, 0.5);

Merge rule button.graph-button.open with rule on line 61
Open

button.graph-button.open {

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

  @include box-shadow(0 2px 8px 0 rgba(0, 0, 0, 0.35));

Avoid qualifying class selectors with an element.
Open

button.graph-button {

Avoid qualifying class selectors with an element.
Open

button.graph-button.open {

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

    color: white;

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

    color: white;

Begin pseudo elements with double colons: ::
Open

  &:before {

Begin pseudo elements with double colons: ::
Open

    &:before {

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-color: rgba(255, 255, 255, 1);

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 0 0 .625em instead of 0 0 .625em 0
Open

    padding: 0 0 .625em 0;

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

  ul, li {

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

    color: white;

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

  &:hover, &:active {

Begin pseudo elements with double colons: ::
Open

    &:before {

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 rgba(255, 255, 255, 1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

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

Begin pseudo elements with double colons: ::
Open

  &:before {

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

    color: white;

There are no issues that match your filters.

Category
Status