openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid using id selectors
Open

table#enterprise-relationships,

Selector report__table should be written in lowercase with hyphens
Open

table.report__table {

border: 0 is preferred over border: none
Open

      border: none;

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

        background-color: #ffffff !important;

Shorthand form for property padding should be written more concisely as 10px 0 15px instead of 10px 0 15px 0
Open

  padding: 10px 0 15px 0;

border-top: 0 is preferred over border-top: none
Open

    border-top: none;

Begin pseudo elements with double colons: ::
Open

.icon-resume:before   { @extend .icon-refresh, :before; }

@media declaration should be preceded by an empty line
Open

      @media all and (min-width: $tablet_breakpoint) {

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

      .icon-trash:hover, .icon-void:hover {

Selector icon-capture_and_complete_order should be written in lowercase with hyphens
Open

      .icon-edit:hover, .icon-capture:hover, .icon-capture_and_complete_order:hover, .icon-ok:hover, .icon-plus:hover, .icon-road:hover {

Rule declaration should be followed by an empty line
Open

      }

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

        &.actions {

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

        td {

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; font-size: $body-font-size; }

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

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

Opening curly brace { should be preceded by one space
Open

.align-center  { text-align: center  }

Declaration should be terminated by a semicolon
Open

.align-justify { text-align: justify }

Avoid qualifying class selectors with an element.
Open

input.text-big {

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

    color: #fff;

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

          color: #ffffff;
Severity
Category
Status
Source
Language