3scale/porta

View on GitHub

Showing 5,298 of 5,640 total issues

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

        input.create {

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

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

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

.signup_form, #signup-success {

Merge rule .c3-tooltip th with rule on line 189
Open

  .c3-tooltip th {

Properties should be ordered background-clip, background-color, border, border-radius, color, display, float, font-size, left, line-height, list-style, margin, min-width, padding, position, text-align, top, z-index
Open

    color: $body-color;

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

$caret-width: line-height-times(1/3) !default;

Prefer single quoted strings
Open

@import "compass/reset";

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

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

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

      margin-right: line-height-times(1/4);

Prefer single quoted strings
Open

$rhythm-unit: "rem";

Nesting should be no greater than 5, but was 6
Open

          &.recovery {

Properties should be ordered font-style, text-align
Open

    text-align: center;

Avoid using id selectors
Open

#settings_change_service_plan_permission_direct,

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

    border-left: none;

Avoid using id selectors
Open

#flashWrapper {

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

header, main {

Properties should be ordered background-color, color, margin
Open

  margin: 0;

Properties should be ordered border, display, vertical-align
Open

    display: inline-block;

border: 0 is preferred over border: none
Open

    border: none;

!important should not be used
Open

            width: 216px !important;
Severity
Category
Status
Source
Language