alex030293/mean-boilerplate

View on GitHub
public/css/style.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#delete-btn, #save-btn{
Severity: Minor
Found in public/css/style.css by csslint

Don't use IDs in selectors.
Open

#delete-btn, #save-btn{
Severity: Minor
Found in public/css/style.css by csslint

Don't use IDs in selectors.
Open

#delete-btn{
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

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

div.loader-inner.ball-pulse{
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

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

Values of 0 shouldn't have units specified.
Open

    padding: 20px 0px;
Severity: Minor
Found in public/css/style.css by csslint

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

* {
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

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

Adjoining classes: .mdl-checkbox.is-checked .mdl-checkbox__tick-outline
Open

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline{
Severity: Minor
Found in public/css/style.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 public/css/style.css by csslint

Adjoining classes: .demo-card-wide.mdl-card
Open

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

Adjoining classes: .mdl-checkbox.is-checked .mdl-checkbox__box-outline
Open

.mdl-checkbox.is-checked .mdl-checkbox__box-outline{
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

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

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

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

div.loader-inner.ball-pulse{
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

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

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

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

    border: 2px solid #ccc;
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

Heading (h3) has already been defined.
Open

.generator .top .prev h3, .generator .bottom .price p{
Severity: Minor
Found in public/css/style.css by csslint

Heading (h2) has already been defined.
Open

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

Heading (h3) has already been defined.
Open

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

Heading (h3) has already been defined.
Open

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

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

.generator{
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

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

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

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

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

.generator .top .prev, .generator .top .params{
Severity: Minor
Found in public/css/style.css by csslint

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

.generator .top .params label:not(.radio){
Severity: Minor
Found in public/css/style.css by csslint

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

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

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

.generator .bottom .price p, .generator .bottom .send p{
Severity: Minor
Found in public/css/style.css by csslint

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

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

Heading (h3) should not be qualified.
Open

.generator .top .params h3{
Severity: Minor
Found in public/css/style.css by csslint

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

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

Rule doesn't have all its properties in alphabetical order.
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

.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

.navbar .container a{
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

Heading (h3) should not be qualified.
Open

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

Heading (h2) should not be qualified.
Open

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

Heading (h2) should not be qualified.
Open

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

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

.generator{
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 i{
Severity: Minor
Found in public/css/style.css by csslint

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

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

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

.generator .bottom div{
Severity: Minor
Found in public/css/style.css by csslint

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

.generator .bottom .send{
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

Heading (h3) should not be qualified.
Open

.generator .top .prev h3, .generator .bottom .price p{
Severity: Minor
Found in public/css/style.css by csslint

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

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

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

.generator .bottom .send:hover{
Severity: Minor
Found in public/css/style.css by csslint

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

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

Outlines should only be modified using :focus.
Open

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

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

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

Heading (h1) should not be qualified.
Open

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

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

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

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

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

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

.generator .top, .generator .bottom{
Severity: Minor
Found in public/css/style.css by csslint

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

.generator .top .prev img{
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{
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

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

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

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

footer{
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

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

Heading (h3) should not be qualified.
Open

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

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

footer form input[type=submit]:hover {
Severity: Minor
Found in public/css/style.css by csslint

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

#blur{
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__title {
Severity: Minor
Found in public/css/style.css by csslint

There are no issues that match your filters.

Category
Status