openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

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

  background-color: #333;

Shorthand form for property margin should be written more concisely as 0 0 1rem instead of 0 0 1rem 0
Open

  margin: 0 0 1rem 0 !important;

There are no issues that match your filters.

Category
Status