openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Line should be indented with spaces, not tabs
Open

    content: "\e612";

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

      &:hover, &:active {

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

      &, &:hover {

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

      &, & * {

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

    &.medium-6, &.medium-10 {

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

      label {

Unnecessary parent selector (&)
Open

      &, & * {

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

      background: white;

Avoid qualifying class selectors with an element.
Open

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

Line contains trailing whitespace
Open

    }  

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

      td:nth-child(3) {

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

        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

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

      .text-small {

Color #cccccc should be written as #ccc
Open

      border: 1px solid #cccccc;

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

    @include headingFont;

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

      .header {

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

      background-color: white;

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

      &, & i {
Severity
Category
Status
Source
Language