3scale/porta

View on GitHub

Showing 5,298 of 5,634 total issues

0.5 should be written without a leading zero as .5
Open

       top: -0.5rem;

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

    label[for=cms_template_draft], label[for=cms_template_published] {

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

    outline: none;

Properties should be ordered -webkit-appearance, border, border-left, border-top, font-size, width
Open

    width: 100%;

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

  .minus { color: red; }

Properties should be ordered left, margin, padding, position, top, width, z-index
Open

  position: fixed;

Properties should be ordered overflow, position
Open

  position: relative;

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

html, body, #content {

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

        color: #999999;

!important should not be used
Open

      margin-left: 0.5em !important;

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

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

Properties should be ordered margin-left, width
Open

  width: 216px;

!important should not be used
Open

  margin-top: -8px !important;

Properties should be ordered margin, width
Open

      width: auto;

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

      li {

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;

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

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

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

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

Properties should be ordered background, border, border-radius, box-shadow
Open

    border: $border-width solid $stats-chart-border-color;

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

  .c3-tooltip tr {
Severity
Category
Status
Source
Language