openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Avoid using id selectors
Open

#loading {

Color #ffffff should be written as #fff
Open

  color: #ffffff;

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

  color: #ffffff;

0px should be written without units as 0
Open

    border: 0px;

Rule declaration should be followed by an empty line
Open

  }

Avoid qualifying class selectors with an element.
Open

  img.spinner {

Rule declaration should be followed by an empty line
Open

  }

Avoid using id selectors
Open

#progress {

There are no issues that match your filters.

Category
Status