openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/shop.scss

Summary

Maintainability
Test Coverage

Line should be indented 2 spaces, but was indented 0 spaces
Open

.warning-sign {

Selector should have depth of applicability no greater than 3, but was 4
Open

      input.small.button.primary.right.add_to_cart {

Avoid qualifying class selectors with an element.
Open

      input.button.right {

Selector should have depth of applicability no greater than 3, but was 4
Open

      .spinner {

Selector should have depth of applicability no greater than 3, but was 4
Open

      .columns.full {

Selector add_to_cart should be written in lowercase with hyphens
Open

      input.small.button.primary.right.add_to_cart {

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

        color: white;

Rule declaration should be followed by an empty line
Open

      }

0px should be written without units as 0
Open

    margin-bottom: 0px;

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

        color: white;

Selector add_to_cart should be written in lowercase with hyphens
Open

      .add_to_cart {

Avoid qualifying class selectors with an element.
Open

      i.cart-spinner {

Avoid qualifying class selectors with an element.
Open

      input.small.button.primary.right.add_to_cart {

Selector should have depth of applicability no greater than 3, but was 4
Open

      i.cart-spinner {

Selector should have depth of applicability no greater than 3, but was 4
Open

      .inline {

Selector should have depth of applicability no greater than 3, but was 4
Open

        &.dirty {

There are no issues that match your filters.

Category
Status