crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Line should be indented with spaces, not tabs
Open

    filter: Alpha(Opacity=20);

Prefer single quoted strings
Open

$icon-font-name: "glyphicons-halflings-regular";

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

    color: #eb8f00;

Declaration should be terminated by a single semicolon
Open

$btn-default-border: darken($btn-default-bg, 5%);;

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

    border: 1px solid #fed22f;

Commas in function arguments should be followed by one space
Open

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

Properties should be ordered background, border, color
Open

    border: 1px solid #cd0a0a;

Declaration should be terminated by a semicolon
Open

$container-large-desktop: ((1140px + $grid-gutter-width));

Rule declaration should be followed by an empty line
Open

}

Prefer single quoted strings
Open

@import "codemirror";

Name of function Alpha should be written in all lowercase letters with hyphens instead of underscores
Open

    filter:Alpha(Opacity=70);

Line should be indented with spaces, not tabs
Open

    background: #f6a828 image-url("jquery/ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;

Properties should be ordered background, border, color, font-weight
Open

    border: 1px solid #cccccc;

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

    color: #1c94c4;

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

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

Prefer single quoted strings
Open

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

Line should be indented with spaces, not tabs
Open

    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */

Rule declaration should be followed by an empty line
Open

}

Name of function Alpha should be written in all lowercase letters with hyphens instead of underscores
Open

    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */

Properties should be ordered background, border, color
Open

    border: 1px solid #fed22f;
Severity
Category
Status
Source
Language