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 6
Open

    &-item {

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

    &-labelText {

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

    &-item {

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

    padding: line-height-times(1/4) line-height-times(1/4);

Properties should be ordered color, font-size, margin-left
Open

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

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

#groups form.formtastic fieldset > ol > li fieldset legend { width:auto; }

Avoid using id selectors
Open

#actions {

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

    &.off:before, &.disable:before, &.suspend:before { @include iconic("\f28b\0000a0"); }     // off

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

    &.off:before, &.disable:before, &.suspend:before { @include iconic("\f28b\0000a0"); }     // off

Prefer single quoted strings
Open

    &.activate:before, &.enable:before, &.resume:before { @include iconic("\f144\0000a0"); }  // unlock

Prefer single quoted strings
Open

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

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

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

Prefer single quoted strings
Open

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

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

    &.add, &.new, &.approve, &.activate, &.ok, &.enable, &.resume {

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

    &.bolt, &.fire, &.off, &.eye, &.revert {

Opening curly brace { should be preceded by one space
Open

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

Opening curly brace { should be preceded by one space
Open

button.up          { background-image: image-url('up_green.png'); }

Properties should be ordered clear, float, margin, padding, position, z-index
Open

  position: relative;

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

  padding: line-height-times(4/3) line-height-times(1) line-height-times(2/3) line-height-times(1);

Properties should be ordered background, background-position, background-repeat, display, height, text-indent, white-space, width
Open

  display: block;
Severity
Category
Status
Source
Language