openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/admin/components/product_autocomplete.scss

Summary

Maintainability
Test Coverage

Selector should have depth of applicability no greater than 3, but was 4
Open

        &:after {

Begin pseudo elements with double colons: ::
Open

        &:last-child:after {

Begin pseudo elements with double colons: ::
Open

        &:after {

Color white should be written in hexadecimal form as #ffffff
Open

      background-color: white;

Avoid qualifying class selectors with an element.
Open

    ul.variant-details {

Selector should have depth of applicability no greater than 3, but was 4
Open

      li {

Selector should have depth of applicability no greater than 3, but was 4
Open

        &:last-child:after {

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

      background-color: white;

There are no issues that match your filters.

Category
Status