3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Avoid using id selectors
Open

  &#features {

Avoid vendor prefixes.
Open

        -webkit-column-count: 2;

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

    &:last-child {

Properties should be ordered color, text-decoration
Open

   text-decoration: line-through !important;

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

  .latest-alerts, .latest-apps, .service-settings, .service-plans, .application-plans, #mini-charts {

Unnecessary parent selector (&)
Open

  & + .integration {

Properties should be ordered background-color, border, clear, list-style, padding, position
Open

    clear: left;

!important should not be used
Open

    margin: 0 !important;

Unnecessary parent selector (&)
Open

      & + .button-to {

Merge rule #actions li with rule on line 1
Open

#actions li {

Properties should be ordered color, text-decoration
Open

  text-decoration: underline;

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

    line-height: $line-height-base;

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

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

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

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

Opening curly brace { should be preceded by one space
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 {

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

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

Colon after property should be followed by one space
Open

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

border: 0 is preferred over border: none
Open

        border: none;

border: 0 is preferred over border: none
Open

          border: none;
Severity
Category
Status
Source
Language