crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Prefer single quoted strings
Open

$fa-var-wechat: "\f1d7";

Prefer single quoted strings
Open

$fa-var-youtube-square: "\f166";

Avoid vendor prefixes.
Open

  -webkit-user-select: none;

Avoid vendor prefixes.
Open

  -khtml-user-select: none;

Avoid vendor prefixes.
Open

  -ms-user-select: none;

1.0s should be written without the mantissa as 1s
Open

    @include animation(in-progress 1.0s steps(2) infinite);

Shorthand form for property padding should be written more concisely as 5px 5px 15px instead of 5px 5px 15px 5px
Open

  padding: 5px 5px 15px 5px;

Use // comments everywhere
Open

/*! jQuery UI - v1.10.3 - 2013-11-25

Use // comments everywhere
Open

/* Layout helpers

Line should be indented with spaces, not tabs
Open

    clip: rect(0 0 0 0);

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    top: 0;

Line should be indented with spaces, not tabs
Open

    width: 100%;

Line should be indented with spaces, not tabs
Open

    width: 100%;

Line should be indented with spaces, not tabs
Open

    cursor: e-resize;

Line should be indented with spaces, not tabs
Open

    top: 0;

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    height: 9px;

Line should be indented with spaces, not tabs
Open

    padding-left: 2.2em;

Line should be indented with spaces, not tabs
Open

    border-top: 0;
Severity
Category
Status
Source
Language