alex030293/mean-boilerplate

View on GitHub

Showing 175 of 175 total issues

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

section.main{
Severity: Minor
Found in public/css/style.css by csslint

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

section.main table{
Severity: Minor
Found in public/css/style.css by csslint

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

section.main .right .step p{
Severity: Minor
Found in public/css/style.css by csslint

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

.login button {
Severity: Minor
Found in public/css/login.css by csslint

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

    padding: 10px 10px;
Severity: Minor
Found in public/css/login.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in public/css/style.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: inset 0px -4px 0px  #009688;
Severity: Minor
Found in public/css/style.css by csslint

Adjoining classes: div.loader-inner.ball-pulse
Open

div.loader-inner.ball-pulse{
Severity: Minor
Found in public/css/style.css by csslint

Element (div.loader-inner.ball-pulse) is overqualified, just use .loader-inner without element name.
Open

div.loader-inner.ball-pulse{
Severity: Minor
Found in public/css/style.css by csslint

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

footer h3{
Severity: Minor
Found in public/css/style.css by csslint

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

.form-msg-success, .form-msg-error{
Severity: Minor
Found in public/css/style.css by csslint

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

.demo-card-wide.mdl-card {
Severity: Minor
Found in public/css/style.css by csslint

Element (a.active) is overqualified, just use .active without element name.
Open

.navbar .container a.active, .navbar .container a:hover{
Severity: Minor
Found in public/css/style.css by csslint

float can't be used with display: inline-block.
Open

    float: left;
Severity: Minor
Found in public/css/style.css by csslint

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

    box-sizing: border-box;
Severity: Minor
Found in public/css/style.css by csslint

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

.mdl-spinner{
Severity: Minor
Found in public/css/style.css by csslint

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

.navbar{
Severity: Minor
Found in public/css/style.css by csslint

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

.navbar .container a{
Severity: Minor
Found in public/css/style.css by csslint

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

    box-sizing: border-box;
Severity: Minor
Found in public/css/style.css by csslint

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

section.main .left, section.main .right{
Severity: Minor
Found in public/css/style.css by csslint
Severity
Category
Status
Source
Language