3scale/porta

View on GitHub

Showing 5,298 of 5,634 total issues

Prefer single quoted strings
Open

$rhythm-unit: "rem";

Shorthand form for property margin should be written more concisely as 0 instead of 0 0 0 0
Open

  margin: 0 0 0 0;

Expected 0 spaces after ( instead of
Open

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

Expected 0 spaces before ) instead of
Open

          @include animation( clean 0.2s ease-out 0 forwards );

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

  @include adjust-font-size-to(14px);

Begin pseudo elements with double colons: ::
Open

  .code-example--slash:after {

Colon after property should be followed by one space
Open

  max-width:100%;

Merge rule .apidocs-param-tips with rule on line 17
Open

.apidocs-param-tips {

Properties should be ordered border-color, color
Open

  color: $color-disabled;

Properties should be ordered background-color, border, border-color, color, float, font-size, height, padding, text-decoration, width
Open

  text-decoration: none;

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

      text-align: left;

Expected 0 spaces before ) instead of
Open

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

Merge rule .code-example__params.code-example--optional with rule on line 464
Open

  .code-example__params.code-example--optional {

Shorthand form for property padding should be written more concisely as 4px 0 instead of 4px 0 4px 0
Open

    padding: 4px 0 4px 0;

Property padding already defined on line 11
Open

  padding: 2px;

Properties should be ordered background, color, cursor
Open

  cursor:pointer;

0px should be written without units as 0
Open

  padding: 0px;

0px should be written without units as 0
Open

  top: 0px;
Severity
Category
Status
Source
Language