openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/stripe-elements.scss

Summary

Maintainability
Test Coverage

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

    background: white;

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

    border: 1px solid #cccccc;

Color literals like rgba(0, 0, 0, 0.1) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);

0px should be written without units as 0
Open

    border-radius: 0px;

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

    background: white;

Avoid using id selectors
Open

  #card-element {

Color #cccccc should be written as #ccc
Open

    border: 1px solid #cccccc;

There are no issues that match your filters.

Category
Status