openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying class selectors with an element.
Open

  a.active {

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

      .follow-icons {

Merge rule a.cta-hub with rule on line 42
Open

    a.cta-hub {

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

        &.primary {

Selector active_table_row should be written in lowercase with hyphens
Open

      .active_table_row:last-child {

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

      .active_table_row.closed {

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

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

0px should be written without units as 0
Open

      box-shadow: 0px 100px 20px rgba(0, 0, 0, 0.2);

0px should be written without units as 0
Open

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

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 using id selectors
Open

  #open-street-map--search {

Avoid qualifying class selectors with an element.
Open

  li.cart {

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

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

Avoid qualifying class selectors with an element.
Open

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

Name of variable border-radius-BR should be written in all lowercase letters with hyphens instead of underscores
Open

  border-radius: $border-radius-TL $border-radius-TR $border-radius-BR $border-radius-BL;

@else should be placed on same line as previous curly brace
Open

  @else if $point == mobile {

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

.modal-header, p.modal-header {

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

  background-color: #ececec;

border: 0 is preferred over border: none
Open

  border: none;

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

  &:hover, &:active, &:focus {
Severity
Category
Status
Source
Language