3scale/porta

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

Summary

Maintainability
Test Coverage

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

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

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

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

  position: relative;

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

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

      @include inline-block;

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

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

      margin-right: 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) 0 line-height-times(1/2) line-height-times(1);

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

    background: $background-color-base no-repeat line-height-times(1/2) center image-url("drag-icon.png");

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

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

Line should be indented 0 spaces, but was indented 2 spaces
Open

  a.new-field-definition.add {

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;

Prefer single quoted strings
Open

    background: $background-color-base no-repeat line-height-times(1/2) center image-url("drag-icon.png");

!important should not be used
Open

    overflow: visible !important;

There are no issues that match your filters.

Category
Status