3scale/porta

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

Summary

Maintainability
Test Coverage

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

  p, form, form li, fieldset {

!important should not be used
Open

    margin: 0 !important;

Properties should be ordered border-bottom, margin-bottom
Open

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

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;

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

  p, form, form li, fieldset {

!important should not be used
Open

    max-width: 100% !important;

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

  p, form, form li, fieldset {

There are no issues that match your filters.

Category
Status