openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/pages/login_modal.scss

Summary

Maintainability
Test Coverage

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

      background-color: white;

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

    background-color: white;

Avoid qualifying class selectors with an element.
Open

  span.formError {

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

      background-color: white;

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

    background-color: white;

Avoid qualifying class selectors with an element.
Open

  a.active {

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend .error;

Selector formError should be written in lowercase with hyphens
Open

  span.formError {

There are no issues that match your filters.

Category
Status