zxc23/dcss-scoreboard

View on GitHub
scoreboard/html_static/css/awesomplete.css

Summary

Maintainability
Test Coverage

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;

The property -ms-transform is compatible with -webkit-transform and should be included as well.
Open

        -webkit-transform: rotate(45deg);

Fallback background (hex or RGB) should precede HSL background.
Open

        background: hsl(205, 40%, 40%);

Fallback background (hex or RGB) should precede HSL background.
Open

            background: hsl(68, 100%, 41%);

Fallback background (hex or RGB) should precede HSL background.
Open

            background: hsl(65, 100%, 50%);

Fallback background (hex or RGB) should precede HSLA background.
Open

    background: hsla(0,0%,100%,.9);

Fallback border (hex or RGB) should precede RGBA border.
Open

    border: 1px solid rgba(0,0,0,.3);

Fallback background (hex or RGB) should precede HSL background.
Open

        background: hsl(200, 40%, 80%);

Fallback background (hex or RGB) should precede HSL background.
Open

            background: hsl(86, 100%, 21%);

Unqualified attribute selectors are known to be slow.
Open

[hidden] { display: none; }

Rule doesn't have all its properties in alphabetical order.
Open

.visually-hidden {

Rule doesn't have all its properties in alphabetical order.
Open

div.awesomplete > ul {

Rule doesn't have all its properties in alphabetical order.
Open

    div.awesomplete > ul[hidden],

Rule doesn't have all its properties in alphabetical order.
Open

    div.awesomplete > ul:before {

Rule doesn't have all its properties in alphabetical order.
Open

    div.awesomplete > ul > li {

Rule doesn't have all its properties in alphabetical order.
Open

    div.awesomplete > ul {

There are no issues that match your filters.

Category
Status