openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Color #FFF should be written as #fff
Open

  color: #FFF;

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

    tr td {

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

  color: #757575;

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

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

Use // comments everywhere
Open

        /*     text-align:center; */

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

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

Declaration should be terminated by a semicolon
Open

thead { display: table-header-group }

Avoid qualifying attribute selectors with an element.
Open

    input[type="button"] {

Avoid qualifying class selectors with an element.
Open

table.products td .vertical-ellipsis-menu {

Begin pseudo elements with double colons: ::
Open

      &:after {

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;

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

    color: #c82020;

Begin pseudo elements with double colons: ::
Open

  &:before {

Avoid qualifying class selectors with an element.
Open

input.red,

Use // comments everywhere
Open

  /* For IE 5.5 - 7 */

0px should be written without units as 0
Open

  border: 0px;

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

    color: #000000;

Begin pseudo elements with double colons: ::
Open

    &:before {

0px should be written without units as 0
Open

  left: 0px;

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

        &:after {
Severity
Category
Status
Source
Language