openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

border: 0 is preferred over border: none
Open

      border: none;

Color #ffffff should be written as #fff
Open

            color: #ffffff;

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

            color: #ffffff;

Shorthand form for property padding should be written more concisely as 0.35em 0 0.65em instead of 0.35em 0 0.65em 0
Open

        padding: 0.35em 0 0.65em 0;

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

      text-shadow: 0 -1px 1px #ffffff;

Color #ffffff should be written as #fff
Open

      text-shadow: 0 -1px 1px #ffffff;

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

          color: white;

Color #ffffff should be written as #fff
Open

          color: #ffffff;

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

          color: #ffffff;

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

          color: white;

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

      @include headingFont;

There are no issues that match your filters.

Category
Status