openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

    .tabs dd a {

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

  background-color: white;

Avoid using id selectors
Open

  #details, #billing, #shipping, #payment {

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

    label, label.alert, label.success, &.valid label.alert, &.dirty label.success {

Avoid qualifying class selectors with an element.
Open

    label, label.alert, label.success, &.valid label.alert, &.dirty label.success {

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

    background: #f7ccc5;

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

  orderdetails table tr th {

@else should be placed on same line as previous curly brace
Open

    @else if $current-prefix == -moz {

@include declaration should be preceded by an empty line
Open

      @include with-prefix($prefix) {

Use // comments everywhere
Open

      /* Creating new #{$prefix} context. */

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

      li {

Avoid qualifying class selectors with an element.
Open

      ul.left li, ul.right li {

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

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

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

          border-color: white;

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

          &, & * {

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

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

Avoid qualifying class selectors with an element.
Open

      p.secure-icon i {

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

      .social-icons {

Avoid using id selectors
Open

#panes {

Avoid using id selectors
Open

#brand-story.pane, #cta.pane, #shops.pane, #sell.pane {
Severity
Category
Status
Source
Language