3scale/porta

View on GitHub

Showing 5,298 of 5,634 total issues

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

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

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

      td {

Properties should be ordered border-color, color
Open

  color: $color-disabled;

Color literals like #dddddd should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

          border: 1px solid #dddddd;

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

          &.recovery {

Avoid using id selectors
Open

.signup_form, #signup-success {

Properties should be ordered border, border-radius, color, display, height, margin, padding
Open

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

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

a, .link {

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

  @include trailer(1);

Shorthand form for property padding should be written more concisely as 0px 10px 10px instead of 0px 10px 10px 10px
Open

      padding: 0px 10px 10px 10px;

Color #888888 should be written as #888
Open

          color: #888888;

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

          @include border-radius(3px);

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

          @include box-shadow(inset 0 0 3px rgba(0, 0, 0, 0.1));

Unnecessary parent selector (&)
Open

  & ~ .pf-c-radio__description {

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

  padding: 0 0 0 0;

Properties should be ordered padding-left, text-align, width
Open

      text-align: left;

Expected 0 spaces after ( instead of
Open

      @include animation( reveal 1s ease-out 5s forwards );

Properties should be ordered color, display
Open

  display: block;

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  background: white;

Merge rule input[type="text"] with rule on line 220
Open

input[type="text"] {
Severity
Category
Status
Source
Language