3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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

    table tr {

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

      background-repeat: no-repeat;

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

      padding: 40px 5px 15px 45px;

Properties should be ordered bottom, left, max-height, padding, position, right, top, z-index
Open

    position: absolute !important;

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

  border-collapse: collapse;

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

  padding-bottom: line-height-times(1/4);

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

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

Prefer single quoted strings
Open

@import "provider/commons";

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

$font-size-lg:               $font-size-base * (5/4);

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

$border-width-sm:              0.5 * $border-width;

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

  *, *:before, *:after {

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

$border-radius-sm:               line-height-times(1/8);

Avoid using id selectors
Open

    #account-redhat-connect p,

Avoid using id selectors
Open

#account-redhat-connect,

Properties should be ordered color, cursor, float, font-size, font-weight, margin, margin-right, padding, text-transform
Open

    text-transform: uppercase;

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

      border-top: none;

Properties should be ordered background-color, color, position, z-index
Open

        position: relative;

Avoid using id selectors
Open

table#contracts_table ul.usage_limits {

Prefer single quoted strings
Open

@import "compass/utilities/general/clearfix";

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

 background-color: rgba(0,0,0,0.05);
Severity
Category
Status
Source
Language