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

      img {

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

    dt, dd {

Unnecessary parent selector (&)
Open

        &, & * {

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

      td:nth-child(1) {

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

        &, & * {

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

  .medium-6, .medium-10 {

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

    @include headingFont;

Line contains trailing whitespace
Open

   

Begin pseudo elements with double colons: ::
Open

      &:after {

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

      border-right: 1px solid #DDD;

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

    @include headingFont;

Avoid qualifying attribute selectors with an element.
Open

    input[type=checkbox] + label {

Avoid using id selectors
Open

#line-items {

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

        background-color: white;

border-right: 0 is preferred over border-right: none
Open

    border-right: none;

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

      box-shadow: 0 -4px 10px #DDD;

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

    background: white;

Selector ofn-i_007-caret-right should be written in lowercase with hyphens
Open

.ofn-i_007-caret-right:before {

Selector ofn-i_012-warning should be written in lowercase with hyphens
Open

.ofn-i_012-warning:before {

Begin pseudo elements with double colons: ::
Open

.ofn-i_021-tools:before {
Severity
Category
Status
Source
Language