openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

          .hub-name, .button-address {

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

          &.left {

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

      color: white;

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

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

Avoid qualifying class selectors with an element.
Open

    a.btnpanel {

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

        &, & * {

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

      &#hub-panel:hover, &#both-panel:hover {

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

        &#hub-panel, &#both-panel {

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

            svg {

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);

Merge rule .variant-price with rule on line 32
Open

  .variant-price {

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 {

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

    color: white;

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

      &, &:hover {

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

    background: white;

Avoid qualifying class selectors with an element.
Open

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

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

        &, & * {
Severity
Category
Status
Source
Language