openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Begin pseudo elements with double colons: ::
Open

  > details[open] > summary:after {

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

  color: #0096ad;

Color black should be written in hexadecimal form as #000000
Open

      border-top: 1px solid black;

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 {

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 {

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

  color: #6f6f6f;

Use // comments everywhere
Open

        /*     font-weight:bold; */

Use // comments everywhere
Open

  /* makes it centered */

Rule declaration should be preceded by an empty line
Open

      input[type="button"] {

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

    background-color: #fff4e6;

Use // comments everywhere
Open

  /* For IE 8 */

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

      &.active a {

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

      span.text {

Avoid qualifying class selectors with an element.
Open

      span.text {

Avoid using id selectors
Open

#login-nav {

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

  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

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

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);

Begin pseudo elements with double colons: ::
Open

  &.blue span:before {

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

    background-color: #c60f13;

Rule declaration should be preceded by an empty line
Open

    &,
Severity
Category
Status
Source
Language