openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

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

      li {

Unnecessary parent selector (&)
Open

            &, & * {

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

        a {

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

      .columns.full {

Selector add_to_cart should be written in lowercase with hyphens
Open

      .add_to_cart {

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

      .inline {

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 {

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 {

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

            border-color: #ccc;

Unnecessary parent selector (&)
Open

        &, & * {

Avoid using id selectors
Open

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

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

      background: white;

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

.row.variants {

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

        &, & * {

Unnecessary parent selector (&)
Open

        &, & * {

Avoid qualifying class selectors with an element.
Open

      input.small.button.primary.right.add_to_cart {

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

      i.cart-spinner {
Severity
Category
Status
Source
Language