openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/shared/trix.scss

Summary

Maintainability
Test Coverage

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

    color: #222222;

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

    border-left: 1px solid #dddddd;

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

    color: #6f6f6f;

Color #dddddd should be written as #ddd
Open

    border-left: 1px solid #dddddd;

Color #222222 should be written as #222
Open

    color: #222222;

There are no issues that match your filters.

Category
Status