3scale/porta

View on GitHub
app/assets/stylesheets/provider/_liquid_docs.scss

Summary

Maintainability
Test Coverage

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

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

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

        li {

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

    margin-left: line-height-times(1);

Avoid using id selectors
Open

#liquid-docs {

Avoid using id selectors
Open

  #table-of-contents {

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

      ul {

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

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

Properties should be ordered border, border-radius, float, margin-left, padding
Open

    margin-left: line-height-times(1);

Line contains trailing whitespace
Open

  

There are no issues that match your filters.

Category
Status