openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/producers.scss

Summary

Maintainability
Test Coverage

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

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

Merge rule a.button.primary with rule on line 8
Open

  a.button.primary {

Avoid qualifying class selectors with an element.
Open

  a.button.primary {

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

  @include sidepaddingSm;

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

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

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

      color: white;

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, &:focus {

There are no issues that match your filters.

Category
Status