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

        td {

Avoid using id selectors
Open

  #ribbon-container,

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

      &--partners {

Begin pseudo elements with double colons: ::
Open

      &--monitoring:after {

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

      &--plans:after {

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

  .ServiceAccessList {

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

  .ServiceAccessList {

Avoid vendor prefixes.
Open

        -moz-column-rule: $border-width solid $border-color;

Avoid using id selectors
Open

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

!important should not be used
Open

    max-width: 100% !important;

Properties should be ordered list-style, margin-bottom, text-align
Open

    text-align: center;

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

    width: auto;

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

    border: none;

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

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

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

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

Begin pseudo elements with double colons: ::
Open

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

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

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

Begin pseudo elements with double colons: ::
Open

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

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

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

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

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