openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Merge rule .variant-price with rule on line 32
Open

  .variant-price {

Rule declaration should be followed by an empty line
Open

          }

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

          border-color: transparent transparent #333333 transparent;

Shorthand form for property border-color should be written more concisely as transparent transparent #333333 instead of transparent transparent #333333 transparent
Open

          border-color: transparent transparent #333333 transparent;

Each selector in a comma sequence should be on its own single line
Open

h1, h2, h3, h4, h5, h6 {

Avoid using id selectors
Open

#registration-type {

Avoid using id selectors
Open

      &#hub-panel:hover, &#both-panel:hover {

Avoid using id selectors
Open

      &#hub-panel:hover, &#both-panel:hover {

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

        color: white;

Each selector in a comma sequence should be on its own single line
Open

button.add-variant, button.variant-quantity {

Each selector in a comma sequence should be on its own single line
Open

    &:hover, &:focus {

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

        &:hover, &:focus, &:active {

Avoid using id selectors
Open

  #or {

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

        &, & * {

Avoid qualifying class selectors with an element.
Open

      input.button.right {

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

            path {

Each selector in a comma sequence should be on its own single line
Open

.variant-quantity-display, .variant-remaining-stock {

0em should be written without units as 0
Open

    padding-bottom: 0em;

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

      a {

Each selector in a comma sequence should be on its own single line
Open

        &, & * {
Severity
Category
Status
Source
Language