3scale/porta

View on GitHub

Showing 5,267 of 5,597 total issues

Shorthand form for property margin should be written more concisely as line-height-times(1 / 2) 0 0 instead of line-height-times(1 / 2) 0 0 0
Open

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

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

table .disabled-button, .disabled-button {

Shorthand form for property margin should be written more concisely as line-height-times(1 / 2) 0 0 instead of line-height-times(1 / 2) 0 0 0
Open

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

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

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

Avoid using id selectors
Open

#colorbox, #cboxOverlay, #cboxWrapper{

Properties should be ordered border, border-radius, max-width, padding, position
Open

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

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

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

Properties should be ordered height, padding
Open

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

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

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

#colorbox, #cboxOverlay, #cboxWrapper{

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

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

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

form.formtastic .button-bar, .button-bar {

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/3) line-height-times(1/2);

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

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

Avoid vendor prefixes.
Open

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

Unnecessary fat arrow
Open

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

!important should not be used
Open

  text-align: center !important;

Colon after property should be followed by one space
Open

  overflow:hidden;
Severity
Category
Status
Source
Language