openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

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

    border: 1px solid black;

Selector product_table should be written in lowercase with hyphens
Open

.product_table {

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

    border: 1px solid black;

There are no issues that match your filters.

Category
Status