3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Properties should be ordered float, margin-top
Open

    margin-top: 0 !important;

!important should not be used
Open

    width: auto !important;

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

form.formtastic:not(.pf-c-form) fieldset > ol > li.boolean label {

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

form.formtastic:not(.pf-c-form) fieldset fieldset fieldset {

Properties should be ordered color, display, font-size, margin, max-width, padding
Open

  padding: 0 0 0 0;

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

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

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

 margin: 0;

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

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

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

    tr:last-child th,

Property display already defined on line 23
Open

  display: inline-block;

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

    border-bottom: 0;

!important should not be used
Open

    outline: none !important;

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

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

Opening curly brace { should be preceded by one space
Open

    &.delete:before   { @include iconic("\f014\0000a0"); }  // trash

Begin pseudo elements with double colons: ::
Open

    &.open:before { @include iconic("\f07b\0000a0"); }      // folder

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

    &#search_month_number,

Prefer single quoted strings
Open

      &.ok:before { @include iconic("\f00c\0000a0"); } // ok

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

  margin-top: line-height-times(-3/2, true);

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

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

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

  padding: line-height-times(1/4);
Severity
Category
Status
Source
Language