3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Begin pseudo elements with double colons: ::
Open

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

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

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

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

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

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

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

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

Shorthand form for property margin should be written more concisely as 0 instead of 0 0 0 0
Open

  margin: 0 0 0 0;

Properties should be ordered background, position
Open

    position: absolute;

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

  tbody tr td {

Avoid using id selectors
Open

  #metrics_container > tr > th.backend_api_metric_title {

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

        li {

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

      &.is-checked {

Properties should be ordered background-color, border
Open

        border: $border-width solid $border-color;

Declaration should be terminated by a semicolon
Open

        background-color: rgba($background-color-base, 0.8)

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

   color: $light-color;

border-bottom: 0 is preferred over border-bottom: none
Open

        border-bottom: none;

border-bottom: 0 is preferred over border-bottom: none
Open

          border-bottom: none;

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 {

Properties should be ordered display, float
Open

    float: none;

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);
Severity
Category
Status
Source
Language