openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Selector ofn-i_059-producer should be written in lowercase with hyphens
Open

    i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

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

  ol, ul {

Unnecessary parent selector (&)
Open

        &, & * {

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

    @include filter-selector(#666, #ccc, #777);

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

          &.has-tip {

Selector product-thumb__bulk-label should be written in lowercase with hyphens
Open

  .product-thumb__bulk-label {

Color black should be written in hexadecimal form as #000000
Open

      color: black;

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

        background-color: #fff;

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

              fill: white;

Avoid qualifying class selectors with an element.
Open

button.add-variant {

0em should be written without units as 0
Open

    padding-top: 0em;

Rule declaration should be followed by an empty line
Open

  }

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

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

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

        .nub {

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

@mixin headingFont {

0px should be written without units as 0
Open

    padding: 21px 0px;

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

    map, .angular-google-map-container, google-map, .angular-google-map {

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

      h4 {

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

            &, & * {

Selector add_to_cart should be written in lowercase with hyphens
Open

      input.small.button.primary.right.add_to_cart {
Severity
Category
Status
Source
Language