3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Avoid using id selectors
Open

  table#backend_apis {

Unnecessary parent selector (&)
Open

  & + #tab-content {

Shorthand form for property padding should be written more concisely as line-height-times(1 / 2) 0 instead of line-height-times(1 / 2) 0 line-height-times(1 / 2) 0
Open

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

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

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

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

    @include inline-block-list;

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

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

Properties should be ordered border-left, box-sizing, width
Open

    box-sizing: border-box;

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

  margin: auto 0 auto;

border: 0 is preferred over border: none
Open

    border: none;

Properties should be ordered clear, color, display, font-size, font-style, margin-bottom
Open

    display: block;

Properties should be ordered border-bottom, display, margin-right, min-width, padding, padding-left
Open

      min-width: line-height-times(4);

Begin pseudo elements with double colons: ::
Open

  .fa-folder:hover:before {

Begin pseudo elements with double colons: ::
Open

      &:after {

Begin pseudo elements with double colons: ::
Open

     &:after {

Prefer single quoted strings
Open

       content: "Published";

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

      border-bottom: none;

Properties should be ordered border-left, box-sizing, height, padding-top, vertical-align, width
Open

   box-sizing: border-box;

Properties should be ordered overflow, position
Open

  position: relative;

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

        color: #999999;

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

        input, &.string input, &.password input, &.email input,  &.phone input {
Severity
Category
Status
Source
Language