3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Begin pseudo elements with double colons: ::
Open

    &.edit:before     { @include iconic("\f040\0000a0"); }  // pencil

Opening curly brace { should be preceded by one space
Open

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

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

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

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

    &.reject:before   { @include iconic("\f00d\0000a0"); }  // remove

0.25 should be written without a leading zero as .25
Open

  margin-left: 0.25rem; // --pf-c-form__label-required--MarginLeft

Properties should be ordered color, text-decoration
Open

  text-decoration: none;

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

    &:hover {

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

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

Begin pseudo elements with double colons: ::
Open

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

Prefer single quoted strings
Open

    &.message:before { @include iconic("\f003\0000a0"); }   // unlock

Opening curly brace { should be preceded by one space
Open

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

Begin pseudo elements with double colons: ::
Open

    &.eye-slash:before { @include iconic("\f070\0000a0"); }

Opening curly brace { should be preceded by one space
Open

button.edit        { @include iconic("\f040\0000a0"); } // background-image: image-url('pencil.png');

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

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

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

    &.delete, &.reject, &.eye-slash, &.suspend, &.disable {

Line should be indented with spaces, not tabs
Open

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

Opening curly brace { should be preceded by one space
Open

button.unsuspend   { background-image: image-url('tick.png'); }

Avoid using id selectors
Open

  &#metrics,

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

form.formtastic fieldset > ol > li.radio.u-servicePermissionsDisabled fieldset,

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

    margin-bottom: line-height-times(1/2);
Severity
Category
Status
Source
Language