openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Begin pseudo elements with double colons: ::
Open

    &.blue span:before {

Color #777777 should be written as #777
Open

        border-bottom: 1px solid #777777;

Color #ffffff should be written as #fff
Open

      color: #ffffff;

Merge rule .ts-wrapper.plugin-remove_button .item .remove with rule on line 1
Open

.ts-wrapper.plugin-remove_button .item .remove {

Color #FFFFFF should be written as #ffffff
Open

        border-top: 1px solid #FFFFFF;

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

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

Prefer using placeholder selectors (e.g. %some-placeholder) with @extend
Open

    @extend [class^="icon-"];

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

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

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

      border-top: 3px solid #fff;

Use // comments everywhere
Open

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

0px should be written without units as 0
Open

    0px 1px 0px rgba(0, 0, 0, 0.05),

Merge rule .column table with rule on line 370
Open

.column table {

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

      color: #fff;

Unknown property gap
Open

    gap: 2rem;

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

        background-color: #fff;

Rule declaration should be preceded by an empty line
Open

    input[type="button"] {

0px should be written without units as 0
Open

      padding: 10px 2px 0px 5%;

Avoid qualifying class selectors with an element.
Open

  i.fa-ellipsis-v {

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

          color: #fff;

Shorthand form for property padding should be written more concisely as 20px 20px 0px instead of 20px 20px 0px 20px
Open

  padding: 20px 20px 0px 20px;
Severity
Category
Status
Source
Language