openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

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

  .tabs dd a {

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

    background: white;

Avoid using id selectors
Open

#sidebar {

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

    dt, dd {

Avoid using id selectors
Open

  #account {

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

    p > strong {

Name of function emCalc should be written in all lowercase letters with hyphens instead of underscores
Open

  $padding: emCalc(20);

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

    background: white;

There are no issues that match your filters.

Category
Status