crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Color #eeeeee should be written as #eee
Open

$btn-primary-bg: #eeeeee;

Declaration should be terminated by a semicolon
Open

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

Prefer single quoted strings
Open

@import "lato";

Merge rule .ui-widget-header a with rule on line 810
Open

.ui-widget-header a {

Line should be indented with spaces, not tabs
Open

    color: #1c94c4;

Line should be indented with spaces, not tabs
Open

    text-decoration: none;

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
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

}

Opacity=70 should be written with a single space on each side of the operator: Opacity = 70
Open

    filter:Alpha(Opacity=70);

Line should be indented with spaces, not tabs
Open

    width: 16px;

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

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

Prefer single quoted strings
Open

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

Opacity=50 should be written with a single space on each side of the operator: Opacity = 50
Open

    filter: Alpha(Opacity=50);

Color #000000 should be written as #000
Open

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

0.85 should be written without a leading zero as .85
Open

$font-size-h6: ceil($font-size-base * 0.85);

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

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

Prefer single quoted strings
Open

    background: #000000 image-url("jquery/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
Severity
Category
Status
Source
Language