3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Unnecessary parent selector (&)
Open

    & + a {

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

      @include border-top-radius($border-radius-sm);

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

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

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

        a {

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

html, body, #content {

Avoid using id selectors
Open

html, body, #content {

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

        &.error input, &.error.string input, &.error.password input, &.error.email input, &.phone input {

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

        input.create {

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

    left: calc(50% - #{line-height-times(1/2)});

Unnecessary parent selector (&)
Open

  &+ script + .DashboardWidget {

Begin pseudo elements with double colons: ::
Open

.deployment_option_service_mesh_istio span:before {

Color literals like rgba(255, 255, 255, 0.55) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

          background-color: rgba(255,255,255,0.55);

Commas in function arguments should be followed by one space
Open

          background-color: rgba(255,255,255,0.55);

Unnecessary parent selector (&)
Open

  & > div {

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

  li.glowing.active, li.glowing {

Begin pseudo elements with double colons: ::
Open

    &:-moz-placeholder { /* Firefox 18- */

!important should not be used
Open

      top: 24px !important;

Properties should be ordered background-color, border-color, font-weight
Open

        font-weight: $font-weight-bold;

Avoid using id selectors
Open

#ajax-in-progress {

Prefer single quoted strings
Open

@import "provider/buttons";
Severity
Category
Status
Source
Language