openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

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

        &:not(.open) {

Selector ofn-i_063-hub should be written in lowercase with hyphens
Open

    i.ofn-i_063-hub, i.ofn-i_064-hub-reversed, i.ofn-i_059-producer, i.ofn-i_060-producer-reversed {

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

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

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 {

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

    &.open, &.closed {

Avoid qualifying class selectors with an element.
Open

      li.additional-producer {

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

        li.additional-producer {

Selector active_table_row should be written in lowercase with hyphens
Open

          .active_table_row:first-child,

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

      &.closed, &.open {

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

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

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 10px #fff;

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

  li:not(.has-form), li:not(.has-form) a:not(.button), li:not(.has-form) a:not(.button):hover {

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

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

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

        color: #f4704c;

Avoid qualifying class selectors with an element.
Open

  ul li.ofn-logo > a {

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

        background-color: white;

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

  @include paneWhiteText;

Expected 0 spaces after ( instead of
Open

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-clr1', endColorstr='$gradient-clr2',GradientType=0 );

Avoid qualifying class selectors with an element.
Open

.modal-header, p.modal-header {

Selector is_producer should be written in lowercase with hyphens
Open

  .is_producer {
Severity
Category
Status
Source
Language