openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

border: 0 is preferred over border: none
Open

      border: none;

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

        background-color: #ffffff !important;

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

      background-color: #ffffff;

Color #ffffff should be written as #fff
Open

      background-color: #ffffff;

Begin pseudo elements with double colons: ::
Open

          &:before {

Rule declaration should be preceded by an empty line
Open

      input {

Color #ffffff should be written as #fff
Open

        background-color: #ffffff !important;

Rule declaration should be followed by an empty line
Open

    }

Rule declaration should be followed by an empty line
Open

    }

There are no issues that match your filters.

Category
Status