openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

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

Selector add_to_cart should be written in lowercase with hyphens
Open

      .add_to_cart {

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

        color: white;

Avoid qualifying class selectors with an element.
Open

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

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

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

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

  .variant-price {

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

          border-color: white;

Selector current_hub should be written in lowercase with hyphens
Open

    ul.left li.ofn-logo, ul.center, ul.right li.current_hub {

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

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

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

      li.powered-by {

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

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

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

          color: #555;

Avoid qualifying class selectors with an element.
Open

      p.secure-text {

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

      p.secure-text {

Avoid qualifying class selectors with an element.
Open

    ul.right {

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

    .group-logo, .group-header {

Name of mixin paneWhiteText should be written in all lowercase letters with hyphens instead of underscores
Open

  @include paneWhiteText;

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

      li {

Avoid using id selectors
Open

#system.pane {

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

        i, span {
Severity
Category
Status
Source
Language