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:first-child td {

Merge rule a with rule on line 31
Open

a {

Color #3B5998 should be written as #3b5998
Open

    background-color: #3B5998 !important;

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

    background-color: #fb3958 !important;

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 #FFFFFF should be written as #FFF
Open

        border-top: 1px solid #FFFFFF;

Use // comments everywhere
Open

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

Selector toggle_settings should be written in lowercase with hyphens
Open

#toggle_settings {

Rule declaration should be followed by an empty line
Open

  }

Use // comments everywhere
Open

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

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

  color: #0096ad;

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 #999 should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: #999;

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

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

Avoid qualifying class selectors with an element.
Open

  i.fa-ellipsis-v {

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

    background-color: white;

Avoid using id selectors
Open

#advanced_settings {

Avoid using id selectors
Open

#toggle_settings {

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

      border-top-color: black;
Severity
Category
Status
Source
Language