3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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 line-height-times(-1/4) line-height-times(1/4);

Merge rule table#contracts_table ul.usage_limits with rule on line 155
Open

table#contracts_table ul.usage_limits {

Properties should be ordered clear, float, width
Open

  float: left;

Avoid using id selectors
Open

    #backends > table {

!important should not be used
Open

      stroke: $border-color !important;

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

    a,h3 {

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

        &.active:first-child > a {

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

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

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

  tr th a, tr td.actions a {

Prefer single quoted strings
Open

@import "compass/reset/utilities";

Unnecessary parent selector (&)
Open

    & {

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

$font-size-sm:               $font-size-base * (7/8);

1.0 should be written without the mantissa as 1
Open

$border-width-base:            1.0 * $border-width;

Colon after property should be followed by one space
Open

  font-family:                 $font-family-base;

Colon after property should be followed by one space
Open

  line-height:                $line-height-base;

Colon after property should be followed by one space
Open

  color:                      $background-color-base;

Avoid using id selectors
Open

    #account-redhat-connect p,

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

      background-position: 10px 20px;

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

      ul {

Property padding-top already defined on line 38
Open

  padding-top: line-height-times(2);
Severity
Category
Status
Source
Language