crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Line should be indented with spaces, not tabs
Open

    color: #ffffff;

Color #cccccc should be written as #ccc
Open

    border: 1px solid #cccccc;

Line should be indented with spaces, not tabs
Open

    border: 1px solid #fbd850;

Color #ffffff should be written as #fff
Open

    background: #ffffff image-url("jquery/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;

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

    background: #ffffff image-url("jquery/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;

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

    background: #ffe45c image-url("jquery/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;

Rule declaration should be followed by an empty line
Open

}

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

    background: #b81900 image-url("jquery/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;

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

    color: #ffffff;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    background-image: image-url("jquery/ui/ui-icons_ef8c08_256x240.png");

Use // comments everywhere
Open

/* Overlays */

Line should be indented with spaces, not tabs
Open

    padding: 5px;

Commas in function arguments should be followed by one space
Open

$modal-content-border-color: rgba(0,0,0,.2);

Commas in function arguments should be followed by one space
Open

$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);

Prefer single quoted strings
Open

@import "eos-branding";

Prefer single quoted strings
Open

@import "fontawesome-sprockets";

Color #ffffff should be written as #fff
Open

    color: #ffffff;

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

    background: #f6f6f6 image-url("jquery/ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;

Rule declaration should be followed by an empty line
Open

}
Severity
Category
Status
Source
Language