openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Unnecessary parent selector (&)
Open

  &, & * {

Selector should have depth of applicability no greater than 3, but was 4
Open

      path {

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

        fill: black;

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

        fill: black;

Empty rule
Open

    render-svg {}

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

        fill: #555;

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

  &, & * {

Selector should have depth of applicability no greater than 3, but was 4
Open

      path {

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

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

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

  color: #555;

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

    color: #555;

Selector should have depth of applicability no greater than 3, but was 4
Open

      path {

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

.fat-taxons, .fat-properties {

Selector should have depth of applicability no greater than 3, but was 4
Open

      path {

There are no issues that match your filters.

Category
Status