openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,536 of 5,536 total issues

Line should be indented with spaces, not tabs
Open

    user-select: text;

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

    border: 1px solid black;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Merge rule .ta-resizer-handle-overlay > .ta-resizer-handle-corner-tl with rule on line 47
Open

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

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

    border-top: 1px solid black;

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

    border-top: 1px solid black;

Line should be indented with spaces, not tabs
Open

    left: 0;

Line should be indented with spaces, not tabs
Open

    background-color: #fff;

Property border already defined on line 125
Open

    border: 1px solid rgba(0, 0, 0, .2);

Merge rule .popover.top with rule on line 109
Open

.popover.top {

Line should be indented with spaces, not tabs
Open

    margin-top: 10px;

Rule declaration should be followed by an empty line
Open

}

Merge rule .popover > .arrow with rule on line 109
Open

.popover > .arrow {

Line should be indented with spaces, not tabs
Open

    left: 50%;

Line should be indented with spaces, not tabs
Open

    top: 1px;

Name of variable modal-zIndex should be written in all lowercase letters with hyphens instead of underscores
Open

$modal-zIndex: 1005;

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

    border-bottom: 1px solid black;

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

    background-color: white;

Line should be indented with spaces, not tabs
Open

    -webkit-background-clip: padding-box;

Line should be indented with spaces, not tabs
Open

    font-size: 14px;
Severity
Category
Status
Source
Language