3scale/porta

View on GitHub

Showing 5,267 of 5,597 total issues

Properties should be ordered border-color, color
Open

    color: $link-color;

Commas in function arguments should be followed by one space
Open

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

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

#colorbox, #cboxOverlay, #cboxWrapper{

Colon after property should be followed by one space
Open

  left:0;

Avoid using id selectors
Open

#wrapper {
Severity: Minor
Found in app/assets/stylesheets/error.scss by scss-lint

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

      & > ol > li {

!important should not be used
Open

  padding: line-height-times(1/4) line-height-times(1/3) !important;

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

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

Unnecessary fat arrow
Open

    $(document).on "click", "div.apidocs-signin-message a", (event)=>

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);

Expected 0 spaces before ) instead of
Open

  @include internal-potato-button(white, $delete-color, $delete-color );

!important should not be used
Open

      text-align: left !important;

Unnecessary parent selector (&)
Open

      & > ol > li {

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

  padding: line-height-times(1/4) line-height-times(1/3) !important;

Properties should be ordered height, padding
Open

  padding: line-height-times(1/4) line-height-times(1/3) !important;

Avoid using id selectors
Open

#cboxWrapper {

Begin pseudo elements with double colons: ::
Open

.fa-auth0:before {

!important should not be used
Open

  width: auto !important;

Color literals like white should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  @include internal-potato-button(white, $delete-color, $delete-color );

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

     height: line-height-times(1.5);
Severity
Category
Status
Source
Language