openfoodfoundation/openfoodnetwork

View on GitHub

Showing 5,271 of 5,271 total issues

Color #dddddd should be written as #ddd
Open

    border-left: 1px solid #dddddd;

Name of variable desktop_breakpoint should be written in all lowercase letters with hyphens instead of underscores
Open

$desktop_breakpoint: 1024px;

Name of variable phablet_breakpoint should be written in all lowercase letters with hyphens instead of underscores
Open

$phablet_breakpoint: 640px;

Imported partial ../css/admin_v3/components/spinner.scss should be written as ../css/admin_v3/components/spinner
Open

@import "../css/admin_v3/components/spinner.scss";

Line should be indented with spaces, not tabs
Open

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

Color #222222 should be written as #222
Open

    color: #222222;

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

    border-left: 1px solid #dddddd;

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

$modal-zIndex: 1005;

Use // comments everywhere
Open

/* Defined in foundation-rails components/_reveal.scss */

Line should be indented with spaces, not tabs
Open

    font-style: normal;

Name of variable mobile_breakpoint should be written in all lowercase letters with hyphens instead of underscores
Open

$mobile_breakpoint: 480px;
Severity
Category
Status
Source
Language