3scale/porta

View on GitHub

Showing 5,266 of 5,596 total issues

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

Merge rule pre code with rule on line 82
Open

pre code {

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

    padding: 0 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/2);

Unnecessary parent selector (&)
Open

      & > a,

Properties should be ordered background, border, border-bottom, color, cursor, display, font-size, font-weight, height, margin, min-width, padding, text-align, text-shadow, white-space, width
Open

      display: block;

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

      @include box-shadow(0 0 line-height-times(1/2) $box-shadow-color);

Properties should be ordered font-style, margin-right
Open

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

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

  ol, ul, li {

Prefer single quoted strings
Open

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

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

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

!important should not be used
Open

  width: auto !important;

!important should not be used
Open

  text-align: center !important;

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

.dangerous-button, .formtastic .dangerous-button {

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

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

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

     height: line-height-times(1.5);

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

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

Avoid using id selectors
Open

#cboxMiddleLeft, #cboxBottomLeft {

Properties should be ordered left, margin, padding, position, text-align
Open

      position: absolute;
Severity
Category
Status
Source
Language