3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

Begin pseudo elements with double colons: ::
Open

  &:after {

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

    & > ol > li { display: inline-block; }

Properties should be ordered color, display, font-size, height, position, right, text-indent, top, width
Open

    position: absolute;

Merge rule p + ul with rule on line 55
Open

p + ul {

Properties should be ordered border-color, color
Open

    color: $link-color;

Properties should be ordered float, font-style, list-style, overflow, padding, text-align, vertical-align
Open

    text-align: left;

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

  height: line-height-times(5/4);

!important should not be used
Open

      text-align: left !important;

Opening curly brace { should be preceded by one space
Open

#cboxContent{

!important should not be used
Open

      font-size: $font-size-base !important;

Properties should be ordered border-bottom-right-radius, border-top-right-radius
Open

      border-top-right-radius: $border-radius-sm;

0.2 should be written without a leading zero as .2
Open

    right: -0.2rem;

Unnecessary parent selector (&)
Open

  & > input[type=submit], & > button {

!important should not be used
Open

    float: none !important;

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

      @include inline-block;

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

  @include animation(fadeInRight 0.5s ease-in-out);

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

  @include internal-potato-button($important-button-color, $important-button-bg-color, $important-button-border-color);

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

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

Avoid vendor prefixes.
Open

  -webkit-transform: translate3d(0,0,0);

Colon after property should be followed by one space
Open

  overflow:auto;
Severity
Category
Status
Source
Language