openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/customers.scss

Summary

Maintainability
Test Coverage

Avoid qualifying id selectors with an element.
Open

table#customers.index {

Avoid using id selectors
Open

table#customers.index {

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

  color: black;

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

  color: black;

Avoid qualifying class selectors with an element.
Open

table#customers.index {

Avoid qualifying class selectors with an element.
Open

  tr.customer {

There are no issues that match your filters.

Category
Status