openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/compass/support.scss

Summary

Maintainability
Test Coverage

Use // comments everywhere
Open

        /* Content for official syntax. Prefix context is still #{$prefix-context}. */

Use // comments everywhere
Open

          /* content for #{$prefix} because #{$current-prefix or $prefix-context} is already in scope. */

Use // comments everywhere
Open

        /* Capability #{$capability} is prefixed with #{$prefix} because #{$should-use-prefix} is required. */

Use // comments everywhere
Open

          /* unprefixed content. #{$current-prefix or $prefix-context} is already in scope. */

Use // comments everywhere
Open

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

@include declaration should be preceded by an empty line
Open

  @include with-prefix(null) {

Use // comments everywhere
Open

      /* Omitting content for #{$prefix} because #{$current-prefix} is already in scope. */

Use // comments everywhere
Open

        /* Capability #{$capability} is prefixed with #{$prefix} because #{$should-use-prefix}% of users need it which is more than the threshold of #{$threshold}%. */

Use // comments everywhere
Open

    /* Excluding content because #{inspect($new-ranges)} is not included within

@include declaration should be preceded by an empty line
Open

      @include with-prefix($prefix) {

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}. */

There are no issues that match your filters.

Category
Status