3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Expected item on line 29 to appear before line 15. Rule sets should be ordered as follows: @extends, @includes without @content, properties, @includes with @content, nested rule sets
Open

    margin-left: line-height-times(1);

Properties should be ordered border, border-radius, float, margin-left, padding
Open

    margin-left: line-height-times(1);

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

          &::before {

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

      &--monitoring::after,

Opening curly brace { should be preceded by one space
Open

      &:last-of-type .ServiceAccessList-label{

Avoid vendor prefixes.
Open

        -moz-column-gap: line-height-times(3);

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 {

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

    &.undo:before, &.revert:before { @include iconic("\f0e2\0000a0"); }

Begin pseudo elements with double colons: ::
Open

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

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

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

Begin pseudo elements with double colons: ::
Open

    &.approve:before,

Prefer single quoted strings
Open

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

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

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

Begin pseudo elements with double colons: ::
Open

      &--partners:after {

Avoid vendor prefixes.
Open

        -webkit-column-gap: line-height-times(3);

Declaration should be terminated by a semicolon
Open

          color: $link-color

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 {

Merge rule &-section with rule on line 55
Open

  &-section {

Properties should be ordered border-bottom, border-top
Open

      border-top: 1px solid $border-color;

Unnecessary parent selector (&)
Open

      &>a {
Severity
Category
Status
Source
Language