NMandapaty/ArcticVoice

View on GitHub

Showing 22,124 of 22,124 total issues

Values of 0 shouldn't have units specified.
Open

    padding-top: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

The property -moz-appearance is compatible with -webkit-appearance and should be included as well.
Open

    -webkit-appearance: none;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

The property -moz-box-orient is compatible with -webkit-box-orient and should be included as well.
Open

    -webkit-box-orient: horizontal;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

    -webkit-line-break: auto;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

The property -moz-user-modify is compatible with -webkit-user-modify and should be included as well.
Open

    -webkit-user-modify: read-only;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Unknown property 'd'.
Open

    d: none;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    x: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Standard property 'transform-origin' should come after vendor-prefixed property '-webkit-transform-origin'.
Open

    -webkit-transform-origin: 0.5px 0.5px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

    box-sizing: border-box;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    border-radius: 0px 0px 0px 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(0, 0, 0, 0);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    top: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

The property -moz-box-align is compatible with -webkit-box-align and should be included as well.
Open

    -webkit-box-align: stretch;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

The property -moz-box-ordinal-group is compatible with -webkit-box-ordinal-group and should be included as well.
Open

    -webkit-box-ordinal-group: 1;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-border-end: 0px none rgb(72, 72, 72);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin-bottom: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    min-width: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Standard property 'transform-origin' should come after vendor-prefixed property '-webkit-transform-origin'.
Open

    -webkit-transform-origin: 50% 50%;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    left: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Unknown property 'mix-blend-mode'.
Open

    mix-blend-mode: normal;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint
Severity
Category
Status
Source
Language