Showing 5,271 of 5,271 total issues
Color #dddddd
should be written as #ddd
Open
Open
border-left: 1px solid #dddddd;
- Exclude checks
Name of variable desktop_breakpoint
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$desktop_breakpoint: 1024px;
- Exclude checks
Name of variable phablet_breakpoint
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$phablet_breakpoint: 640px;
- Exclude checks
Imported partial ../css/admin_v3/components/spinner.scss
should be written as ../css/admin_v3/components/spinner
Open
Open
@import "../css/admin_v3/components/spinner.scss";
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
src: url('../fonts/OFN-v2.eot');
- Exclude checks
Color #222222
should be written as #222
Open
Open
color: #222222;
- Exclude checks
Color literals like #dddddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-left: 1px solid #dddddd;
- Exclude checks
Name of variable modal-zIndex
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$modal-zIndex: 1005;
- Exclude checks
Use //
comments everywhere Open
Open
/* Defined in foundation-rails components/_reveal.scss */
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-style: normal;
- Exclude checks
Name of variable mobile_breakpoint
should be written in all lowercase letters with hyphens instead of underscores Open
Open
$mobile_breakpoint: 480px;
- Exclude checks