openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row:first-child, .active_table_row:last-child {

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

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

Selector active_table_row should be written in lowercase with hyphens
Open

          .active_table_row:first-child,

Selector active_table_row should be written in lowercase with hyphens
Open

        .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

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

            a, a * {

Selector active_table_row should be written in lowercase with hyphens
Open

          .active_table_row, .active_table_row:first-child, .active_table_row:last-child {

Avoid using id selectors
Open

#loading {

Color #FFFFFF should be written as #FFF
Open

      background-color: #FFFFFF;

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

    text-shadow: 0px 0px 0px #fff;

Avoid using id selectors
Open

  #pac-input {

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

    &:active, &:focus, &.active {

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

    &:active, &:focus, &.active {

Avoid qualifying class selectors with an element.
Open

  a.icon {

Avoid qualifying class selectors with an element.
Open

  ul li.ofn-logo > a {

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

      color: white;

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

  background-color: white;

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 5
Open

    ul li a,

Unnecessary parent selector (&)
Open

  &, & * {

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

    color: white;
Severity
Category
Status
Source
Language