3scale/porta

View on GitHub

Showing 5,267 of 5,597 total issues

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

  padding-top: line-height-times(1/3);

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

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

Properties should be ordered margin, padding, position, right, width
Open

      position: absolute;

Prefer single quoted strings
Open

@import "provider/logo";
Severity: Minor
Found in app/assets/stylesheets/error.scss by scss-lint

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

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

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;

Avoid using id selectors
Open

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

!important should not be used
Open

  margin: 0 !important;

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

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

Properties should be ordered border-top, margin-top
Open

  margin-top: line-height-times(2);
Severity: Minor
Found in app/assets/stylesheets/error.scss by scss-lint

Avoid using id selectors
Open

#colorbox, #cboxOverlay, #cboxWrapper{

Properties should be ordered list-style, margin-bottom, position
Open

  position: relative;

Properties should be ordered float, margin, padding
Open

  padding: 0;
Severity: Minor
Found in app/assets/stylesheets/error.scss by scss-lint

Properties should be ordered content, font-size, white-space
Open

  white-space: nowrap;

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

    @include clearfix;

Colon after property should be followed by one space
Open

  z-index:9999;

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

table .important-button, .important-button, .formtastic .important-button {

Avoid using id selectors
Open

#flashWrapper {

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

  .button.next, a.next {

Avoid using id selectors
Open

#cboxOverlay{
Severity
Category
Status
Source
Language