3scale/porta

View on GitHub

Showing 5,267 of 5,597 total issues

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

      padding: 0 0 0 0;

1/2 should be written with a single space on each side of the operator: 1 / 2
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;

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

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

Prefer single quoted strings
Open

    @include iconic("\f057\0000a0");

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

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

!important should not be used
Open

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

!important should not be used
Open

      height: auto !important;

Properties should be ordered border-bottom-left-radius, border-top-left-radius, margin-left, min-width
Open

      border-top-left-radius: 0;

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

  ol, ul, li {

Comprehensions must have parentheses around them
Open

    tap {}, (m) -> m[k] = v for k, v of x for x in xs

Properties should be ordered color, text-decoration
Open

    text-decoration: none;
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 {

Unnecessary parent selector (&)
Open

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

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;

Colon after property should be followed by one space
Open

  height:100%;

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

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

!important should not be used
Open

  display: inline-block !important;

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

    text-align: left;

!important should not be used
Open

      font-size: $font-size-base !important;
Severity
Category
Status
Source
Language