NMandapaty/ArcticVoice

View on GitHub

Showing 22,124 of 22,124 total issues

Unknown property 'paint-order'.
Open

    paint-order: fill stroke markers;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Unknown property 'text-size-adjust'.
Open

    text-size-adjust: 100%;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Unknown property 'x'.
Open

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

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

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

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

    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

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

Values of 0 shouldn't have units specified.
Open

    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

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

Values of 0 shouldn't have units specified.
Open

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

Unknown property 'shape-outside'.
Open

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

The property -moz-border-end is compatible with -webkit-border-end and should be included as well.
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

    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% / auto padding-box border-box;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

    -webkit-border-start: 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-right: 0px !important;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

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

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

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}

Using width with padding can sometimes make elements larger than you expect.
Open

input.text, input.title {width:300px;padding:5px;}

Heading (h1) has already been defined.
Open

h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}

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

textarea {width:390px;height:250px;padding:5px;}

Element (img.right) is overqualified, just use .right without element name.
Open

p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
Severity
Category
Status
Source
Language