3scale/porta

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

Summary

Maintainability
Test Coverage

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

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

  display: inline-block !important;

Properties should be ordered display, font-size, position, right, top
Open

    position: absolute;

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

    right: line-height-times(1/4);

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

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

!important should not be used
Open

    display: none !important;

Properties should be ordered border, margin, padding
Open

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

Avoid using id selectors
Open

#context-menu > li + li {

There are no issues that match your filters.

Category
Status