openfoodfoundation/openfoodnetwork

View on GitHub
app/webpacker/css/darkswarm/signup.scss

Summary

Maintainability
Test Coverage

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

      background-color: white;

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

        &, & * {

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

          color: white;

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

        @include headingFont;

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

        &, & * {

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

        &, & * {

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

      td {

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

          color: white;

Avoid using id selectors
Open

#producer-case-studies, #shops-case-studies {

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

    h4, a {

Avoid qualifying class selectors with an element.
Open

table.signup-table {

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

table.signup-table.hubs-table, table.signup-table.producers-table {

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

      td:nth-child(1) {

Unnecessary parent selector (&)
Open

        &, & * {

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

#producer-signup.pane, #shops-signup.pane {

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

#producer-details.pane, #hub-details.pane, .groups-details.pane {

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

#producer-details.pane, #hub-details.pane, .groups-details.pane {

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

          color: white;

Avoid using id selectors
Open

#producer-details.pane, #hub-details.pane, .groups-details.pane {

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

      &, & * {

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

        &, & * {

Avoid using id selectors
Open

#producer-signup.pane, #shops-signup.pane {

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

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

Unnecessary parent selector (&)
Open

      &, & i {

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

      &, & i {

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

      td:nth-child(2) {

Unnecessary parent selector (&)
Open

        &, & * {

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

#producer-case-studies, #shops-case-studies {

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

      background-color: white;

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

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

Unnecessary parent selector (&)
Open

      &, & * {

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

      &, & * {

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

      td:nth-child(3) {

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

      td:last-child {

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

      td:nth-child(3) {

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

          color: white;

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

  @include tiledPane;

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

      td:nth-child(1) {

Avoid using id selectors
Open

#producer-details.pane, #hub-details.pane, .groups-details.pane {

Avoid using id selectors
Open

#producer-case-studies, #shops-case-studies {

Color literals like rgba(255, 255, 255, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    background-color: rgba(255, 255, 255, 0.5);

Avoid qualifying class selectors with an element.
Open

table.signup-table.hubs-table, table.signup-table.producers-table {

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

      &, & i {

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

      td:nth-child(2) {

Avoid using id selectors
Open

#producer-signup.pane, #shops-signup.pane {

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

      td {

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

      td:last-child {

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

        &, & * {

Avoid qualifying class selectors with an element.
Open

table.signup-table.hubs-table, table.signup-table.producers-table {

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

      background-color: white;

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

      background-color: white;

Unnecessary parent selector (&)
Open

        &, & * {

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

      .text-small {

There are no issues that match your filters.

Category
Status