3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Selector should have depth of applicability no greater than 3, but was 4
Open

  li {

Shorthand form for property padding should be written more concisely as 0 instead of 0 0 0 0
Open

  padding: 0 0 0 0;

Selector should have depth of applicability no greater than 3, but was 4
Open

  .delete {

Each selector in a comma sequence should be on its own single line
Open

form.button-to, form.button-to div, form.inline, form.inline div {

1/2 should be written with a single space on each side of the operator: 1 / 2
Open

  margin: 0 0 line-height-times(1/2) 0;

Shorthand form for property margin should be written more concisely as 0 0 line-height-times(1 / 4) instead of 0 0 line-height-times(1 / 4) 0
Open

  margin: 0 0 line-height-times(1/4) 0;

Selector should have depth of applicability no greater than 3, but was 5
Open

form.formtastic:not(.pf-c-form) fieldset > ol > li.price   input,

Shorthand form for property margin should be written more concisely as 0 0 line-height-times(1 / 4) instead of 0 0 line-height-times(1 / 4) 0
Open

  margin: 0 0 line-height-times(1/4) 0;

Merge rule form.formtastic:not(.pf-c-form) fieldset > ol > li.inline-hints with rule on line 3
Open

form.formtastic:not(.pf-c-form) fieldset > ol > li.inline-hints {

Selector should have depth of applicability no greater than 3, but was 5
Open

form.formtastic:not(.pf-c-form) fieldset > ol > li p.inline-errors {

Selector should have depth of applicability no greater than 3, but was 4
Open

      p {

Each selector in a comma sequence should be on its own single line
Open

  p, form, form li, fieldset {

Each selector in a comma sequence should be on its own single line
Open

  p, form, form li, fieldset {

Properties should be ordered border-bottom, margin-bottom
Open

    margin-bottom: line-height-times(-1);

Avoid using id selectors
Open

#actions li {

Line should be indented 2 spaces, but was indented 4 spaces
Open

    font-size: $font-size-base;

Begin pseudo elements with double colons: ::
Open

    &.add:before, &.new:before  { @include iconic("\f055\0000a0"); }  // plus-sign

Opening curly brace { should be preceded by one space
Open

    &.refresh:before   { @include iconic("\f021\0000a0"); } // resend

Prefer single quoted strings
Open

    &.refresh:before   { @include iconic("\f021\0000a0"); } // resend

Line should be indented 2 spaces, but was indented 4 spaces
Open

    &.close:before   { @include iconic("\f057\0000a0"); }   // remove-sign
Severity
Category
Status
Source
Language