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

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

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

        .active_table_row {

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

        a, a * {

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

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

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

    background-color: #f4704c;

Each selector in a comma sequence should be on its own single line
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 4
Open

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

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

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

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

      color: white;

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 is_profile should be written in lowercase with hyphens
Open

    &.inactive.is_profile {

border-top: 0 is preferred over border-top: none
Open

    border-top: none;

Avoid using id selectors
Open

  #open-street-map--search {

0px should be written without units as 0
Open

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

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

      i {

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

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

Avoid qualifying class selectors with an element.
Open

  li.cart {

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

.top-bar-section ul li > a.top-bar--menu-item-with-icon {

Avoid qualifying class selectors with an element.
Open

.off-canvas-wrap ul.off-canvas-list {

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

    a span {
Severity
Category
Status
Source
Language