3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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

  .staging, .production {

!important should not be used
Open

  text-align: right !important;

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

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

Avoid using id selectors
Open

    tbody#sortable {

Files should end with a trailing newline
Open

}

Avoid using id selectors
Open

#subsections-container {

0.1 should be written without a leading zero as .1
Open

       opacity: 0.1;

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

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

Properties should be ordered margin-top, position, right, top
Open

    position: absolute;

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

      border-right: none;

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

  .minus { color: red; }

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;

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);

Properties should be ordered color, font-size, font-weight, margin-bottom, padding-top, text-transform
Open

    text-transform: uppercase;

!important should not be used
Open

      margin-bottom: 0 !important;

Avoid using id selectors
Open

#integration-tabs fieldset {

Begin pseudo elements with double colons: ::
Open

.deployment_option_plugin_java span:before {

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

    .error,

0.55 should be written without a leading zero as .55
Open

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

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

      border-bottom: line-height-times(1/4) $color solid;
Severity
Category
Status
Source
Language