3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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

  border-right: none;

Avoid using id selectors
Open

table#contracts_table tr td.thhead {

Line should be indented with spaces, not tabs
Open

    & {

Line should be indented with spaces, not tabs
Open

    @return $value / ($value * 0 + 1);

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

$line-height-sm:              2/3 * $lineHeight;

Property box-sizing already defined on line 108
Open

  box-sizing: border-box;

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

      tr:last-child {

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

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

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

    margin-top: line-height-times(-1/2);

Opening curly brace { should be preceded by one space
Open

    &.bolt:before     { @include iconic("\f0e7\0000a0"); }  // bolt

Begin pseudo elements with double colons: ::
Open

    &.off:before, &.disable:before, &.suspend:before { @include iconic("\f28b\0000a0"); }     // off

Opening curly brace { should be preceded by one space
Open

button.down        { background-image: image-url('down_green.png'); }

Avoid using id selectors
Open

#header_table {

Avoid using id selectors
Open

  &#metrics,

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

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

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

      thead {

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

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

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

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

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;

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;
Severity
Category
Status
Source
Language