3scale/porta

View on GitHub

Showing 5,298 of 5,640 total issues

Property padding already defined on line 11
Open

  padding: 2px;

Colon after property should be followed by one space
Open

  cursor:pointer;

0px should be written without units as 0
Open

  padding: 0px;

!important should not be used
Open

  margin-top: -8px !important;

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

          @include border-radius(3px);

Properties should be ordered border-color, color, outline
Open

            outline: 0;

Properties should be ordered font-size, font-weight, margin-top
Open

    margin-top: 6px;

!important should not be used
Open

  margin-left: 1px !important;

Properties should be ordered font-style, text-align
Open

    text-align: center;

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

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

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

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

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

      margin-left: line-height-times(1/4);

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

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

Merge rule h1 + p with rule on line 126
Open

h1 + p {

Declaration should be terminated by a semicolon
Open

  color: $color-failure

Prefer single quoted strings
Open

  content: " ›";

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

    @include trailer(-0.5);

Properties should be ordered padding-left, text-align, width
Open

      text-align: left;

Properties should be ordered color, content
Open

      content: '?';

Begin pseudo elements with double colons: ::
Open

  .feedback--inactive .code-example--slash:after {
Severity
Category
Status
Source
Language