3scale/porta

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

Summary

Maintainability
Test Coverage

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

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

Properties should be ordered border, overflow, padding
Open

  padding: line-height-times(1);

Colon after property should be followed by one space
Open

  display:inline-table;

Unnecessary parent selector (&)
Open

  &> table.list:first-child {

Unnecessary parent selector (&)
Open

  &> table.list:last-child {

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

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

    tr:last-child th,

There are no issues that match your filters.

Category
Status