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

  ol, ul {

0px should be written without units as 0
Open

      padding: 41px 0px;

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

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

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

      h4 {

Avoid using id selectors
Open

        &#hub-panel, &#both-panel {

Avoid qualifying class selectors with an element.
Open

      i.cart-spinner {

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

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

Avoid qualifying class selectors with an element.
Open

button.add-variant, button.variant-quantity {

Merge rule .row.variants with rule on line 2
Open

.row.variants {

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

      a {

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

h1, h2, h3, h4, h5, h6 {

Avoid using id selectors
Open

  input#search {

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

      &:hover, &:active {

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

    background: white;

Unnecessary parent selector (&)
Open

      &, & * {

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

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

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

      &, & i {

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

      td:nth-child(2) {

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

      td:nth-child(2) {

Merge rule span.checkout-tab-label with rule on line 43
Open

    span.checkout-tab-label {
Severity
Category
Status
Source
Language