openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

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

Use // comments everywhere
Open

      /* Capability #{$capability} is not prefixed with #{$prefix} because #{prefix-usage($prefix, $capability, $capability-options)}% of users are affected which is less than the threshold of #{$threshold}. */

0px should be written without units as 0
Open

          margin: 0px 0.4em 0.4em 0px;

Avoid qualifying class selectors with an element.
Open

      ul.right li.cart div.joyride-tip-guide {

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

        a:hover, a:active, a:focus {

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

  h1, p.text {

0rem should be written without units as 0
Open

    padding: 0.25rem 0.45rem 0rem;

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

    .active_table .active_table_node a.is_distributor, .active_table .active_table_node a.is_distributor i.ofn-i_059-producer {

Avoid qualifying class selectors with an element.
Open

  a.text-vbig i {

Avoid using id selectors
Open

#cta.pane, #stats.pane {

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

          .columns:last-child {

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

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

Avoid qualifying class selectors with an element.
Open

    span.hub-name-listing {

Begin pseudo elements with double colons: ::
Open

      &:after {

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row:first-child .skinny-head {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row:nth-child(2) {

Unnecessary parent selector (&)
Open

        &, & * {

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

        a, a * {

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

          &, &:hover, &:active, &:focus {
Severity
Category
Status
Source
Language