openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/shared/scroll_bar.scss

Summary

Maintainability
Test Coverage

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

  border: 1px solid #f0f0f0;

Declaration should be terminated by a single semicolon
Open

  background-color: #f6f6f6;;

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

  background-color: #c3c3c3;

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

  background-color: #f6f6f6;;

Files should end with a trailing newline
Open

}

There are no issues that match your filters.

Category
Status