openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,260 of 5,260 total issues

Unnecessary parent selector (&)
Open

    & > *:nth-child(n + 2) {

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

      .follow-icons {

@include declaration should be preceded by an empty line
Open

    @include breakpoint(phablet) {

Unnecessary parent selector (&)
Open

        &, & * {

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

    a {

Selector product-thumb__bulk-label should be written in lowercase with hyphens
Open

  .product-thumb__bulk-label {

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

      .active_table_row:last-child {

Shorthand form for property padding should be written more concisely as 0.35em 0 0.65em instead of 0.35em 0 0.65em 0
Open

        padding: 0.35em 0 0.65em 0;

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

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

Avoid using id selectors
Open

#sidebar {

Avoid using id selectors
Open

#producer-details.pane, #hub-details.pane, .groups-details.pane {

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

table.signup-table.hubs-table, table.signup-table.producers-table {

0px should be written without units as 0
Open

      padding: 21px 0px;

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

      td:nth-child(1) {

Rule declaration should be followed by an empty line
Open

    }

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

      background-color: #efefef;

Begin pseudo elements with double colons: ::
Open

      &:after {

Unnecessary parent selector (&)
Open

        &, & * {

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

      .voucher {

Merge rule .summary-right with rule on line 343
Open

.summary-right {
Severity
Category
Status
Source
Language