openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

    map, .angular-google-map-container, google-map, .angular-google-map {

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

            &, & * {

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

      p {

Avoid qualifying class selectors with an element.
Open

      i.cart-spinner {

Line should be indented 2 spaces, but was indented 0 spaces
Open

.warning-sign {

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

            svg {

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

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

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

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

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

      > div {

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

    color: white;

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

  map, .angular-google-map-container, google-map, .angular-google-map {

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

    border-top: none;

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

  ul li > a {

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

  background-color: white;

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

        color: #f4704c;

Merge rule .off-canvas-wrap .tab-bar .menu-icon with rule on line 210
Open

.off-canvas-wrap .tab-bar .menu-icon {

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

    color: white;

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

dialog

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

  color: #666;

Avoid qualifying class selectors with an element.
Open

.off-canvas-wrap .inner-wrap,
Severity
Category
Status
Source
Language