openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Avoid qualifying class selectors with an element.
Open

table.order-summary {

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

    background-color: #DB4A39 !important;

Merge rule table with rule on line 70
Open

table {

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

p, ul {

Use // comments everywhere
Open

/* Set a max-width, and make it display as block so it will automatically stretch to that width, but will also shrink down on a phone or something */

Use // comments everywhere
Open

/* -------------------------------------------

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

    background-color: white;

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

        border-top-color: black;

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

      &.action-#{$action} td {

Rule declaration should be preceded by an empty line
Open

    &.alpha {

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

  -moz-box-shadow: 3px 3px 4px #797979;

0px should be written without units as 0
Open

  padding: 0px 5px 0px 5px;

Begin pseudo elements with double colons: ::
Open

  &:before {

0px should be written without units as 0
Open

  top: 0px;

Begin pseudo elements with double colons: ::
Open

      &:after {

Avoid using id selectors
Open

#save-bar {

Avoid using id selectors
Open

#sidebar {

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

      background: #008cdd;

Begin pseudo elements with double colons: ::
Open

    span:before {

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

    background-color: #ff9300;
Severity
Category
Status
Source
Language