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

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

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

      i {

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

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

@else should be placed on same line as previous curly brace
Open

  @else if $point == mobile {

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

  background-color: #ececec;

Avoid qualifying class selectors with an element.
Open

  label.right {

Color literals like rgba(205, 205, 205, 0.65) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background-color: rgba(205, 205, 205, 0.65);

Avoid qualifying class selectors with an element.
Open

body.modal-open {

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

        &, & * {

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

        &, & * {

Unnecessary parent selector (&)
Open

        &, & * {

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

      background-color: white;

Avoid qualifying class selectors with an element.
Open

  span.formError {

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

      .active_table_row {

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

    .producer-name {

Color literals like rgba(206, 239, 228, 0.4) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

        background-color: rgba(206, 239, 228, 0.4);

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

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

Avoid using id selectors
Open

    #logo-select {

0px should be written without units as 0
Open

      padding: 41px 0px;

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

        &, & * {
Severity
Category
Status
Source
Language