3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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

    color: green;

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

        th,

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

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

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

  tr th a, tr td.actions a {

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

  background-image: linear-gradient(rgba(black, 0.04) 1px, transparent 1px);

0.04 should be written without a leading zero as .04
Open

  background-image: linear-gradient(rgba(black, 0.04) 1px, transparent 1px);

$line-height-base *1rem should be written with a single space on each side of the operator: $line-height-base * 1rem
Open

  $spacer: $line-height-base *1rem * $multiplier;

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

  margin-left: 0.5em;

Properties should be ordered background-image, background-position, background-repeat, font-size, padding, text-align, vertical-align
Open

      background-repeat: no-repeat;

!important should not be used
Open

    position: absolute !important;

!important should not be used
Open

      stroke: $brand-blue !important;

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

    @include transition-duration(0.5s);

Begin pseudo elements with double colons: ::
Open

.u-plus:before {

Avoid using id selectors
Open

#integration-tabs fieldset.mapping_rules {

Begin pseudo elements with double colons: ::
Open

.proxy_authentication_method_oauth span:before {

Merge rule #integration-tabs with rule on line 7
Open

#integration-tabs {

Properties should be ordered border-color, border-left, margin-left, padding-left, position
Open

    border-left: 5px solid transparent;

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

  table#backend_apis, table#proxy-rules {

Properties should be ordered border, max-width
Open

    max-width: 100%;

0.05 should be written without a leading zero as .05
Open

$subsection-bg-color: rgba(0,0,0,0.05);
Severity
Category
Status
Source
Language