openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,536 of 5,536 total issues

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

    border-bottom: 1px solid #ebebeb;

Line should be indented with spaces, not tabs
Open

    padding: 9px 14px;

Line should be indented with spaces, not tabs
Open

    display: block;

Line should be indented with spaces, not tabs
Open

    height: 0;

Line should be indented with spaces, not tabs
Open

    border-top-color: #999;

Color #222222 should be written as #222
Open

    color: #222222;

Line should be indented with spaces, not tabs
Open

    src: url('../fonts/OFN-v2.eot');

Imported partial ../css/mail/all.scss should be written as ../css/mail/all
Open

@import "../css/mail/all.scss";
Severity: Minor
Found in app/webpacker/packs/mail.scss by scss-lint

Opening curly brace { should be preceded by one space
Open

.ta-resizer-handle-overlay > .ta-resizer-handle-corner-br{

Line should be indented with spaces, not tabs
Open

    background-color: white;

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

    border: 1px solid #ccc;

Rule declaration should be followed by an empty line
Open

}

Property border-top-color already defined on line 168
Open

    border-top-color: rgba(0, 0, 0, .25);

Merge rule .popover.bottom > .arrow:after with rule on line 109
Open

.popover.bottom > .arrow:after {

Line should be indented with spaces, not tabs
Open

    margin-left: -10px;

Use // comments everywhere
Open

  -webkit-line-clamp: 1; /* number of lines to show */

Line should be indented with spaces, not tabs
Open

            box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    border-color: transparent;

Line should be indented with spaces, not tabs
Open

    border-width: 11px;
Severity
Category
Status
Source
Language