openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

0px should be written without units as 0
Open

        padding: 0px 15px 0px 0px;

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

        .check:before {

Avoid qualifying class selectors with an element.
Open

p.callout {

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

    border: 1px solid #ebebeb;

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

    border-bottom: 1px solid black;

Use // comments everywhere
Open

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

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

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

Merge rule .collapse with rule on line 15
Open

.collapse {

Avoid using id selectors
Open

#toggle_settings {

Avoid using id selectors
Open

#change_type {

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

  color: #666;

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

      background-color: #ebf3fb;

Merge rule .ui-dialog .ui-state-hover with rule on line 6
Open

.ui-dialog .ui-state-hover {

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

      i {

0px should be written without units as 0
Open

          bottom: 0px;

Begin pseudo elements with double colons: ::
Open

        a:after {

Avoid comma sequences in @extend directives; prefer single placeholder selectors (e.g. %some-placeholder)
Open

      @extend a, :hover;

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

      background-color: white;

0px should be written without units as 0
Open

    border: 0px;

0px should be written without units as 0
Open

  bottom: 0px;
Severity
Category
Status
Source
Language