openfoodfoundation/openfoodnetwork

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

Summary

Maintainability
Test Coverage

Selector advanced_settings should be written in lowercase with hyphens
Open

#advanced_settings {

Selector toggle_settings should be written in lowercase with hyphens
Open

#toggle_settings {

Avoid using id selectors
Open

#toggle_settings {

Avoid using id selectors
Open

#advanced_settings {

0px should be written without units as 0
Open

  padding: 20px 20px 0px 20px;

Shorthand form for property padding should be written more concisely as 20px 20px 0px instead of 20px 20px 0px 20px
Open

  padding: 20px 20px 0px 20px;

There are no issues that match your filters.

Category
Status