3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Expected 0 spaces before ) instead of
Open

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

Properties should be ordered float, font-size, font-weight, line-height, margin-bottom, padding-top
Open

    font-weight: $font-weight-light;

Properties should be ordered color, font-style, text-transform
Open

    text-transform: uppercase;

!important should not be used
Open

    float: none !important;

Begin pseudo elements with double colons: ::
Open

.proxy_authentication_method_1 span:before {

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

    @include border-bottom-radius(5px);

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) $border-color solid;

Line should be indented 6 spaces, but was indented 5 spaces
Open

     em[id] {

!important should not be used
Open

      color: $glow-color !important;

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

     border-color: $border-color;

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

     background-color: rgb(243, 243, 243);

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

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

Properties should be ordered display, position, top, vertical-align, z-index
Open

    vertical-align: middle;

!important should not be used
Open

  margin-top: -8px !important;

!important should not be used
Open

  display: initial !important;

!important should not be used
Open

  width: auto !important;

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

      li {

Properties should be ordered margin-bottom, overflow, position
Open

        overflow: visible;

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

        label {

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

  color: #555555;
Severity
Category
Status
Source
Language