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 6
Open

          &.right {

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

      .spinner {

Avoid qualifying class selectors with an element.
Open

  a.button.primary {

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

        &:hover, &:focus {

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

    border: 1px solid black;

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

        &, & * {

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

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

0px should be written without units as 0
Open

    padding: 41px 0px;

Avoid qualifying class selectors with an element.
Open

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

Unnecessary parent selector (&)
Open

            &, & * {

Avoid qualifying class selectors with an element.
Open

      i.cart-spinner {

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

  color: white;

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

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

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

        &, & svg {

Avoid qualifying class selectors with an element.
Open

button.add-variant {

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

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

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

          path {

Avoid qualifying class selectors with an element.
Open

button.variant-quantity {

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

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