lujanfernaud/prevy

View on GitHub
app/assets/stylesheets/layout/_pagination.scss

Summary

Maintainability
Test Coverage

!important should not be used
Open

    border-top-right-radius: $box-radius !important;

Selector previous_page should be written in lowercase with hyphens
Open

.previous_page {

Selector next_page should be written in lowercase with hyphens
Open

.next_page {

Properties should be ordered border-radius, box-shadow
Open

  box-shadow: 0 1px .36px 0 $shadow;

!important should not be used
Open

    border-top-left-radius: $box-radius !important;

!important should not be used
Open

    border-bottom-left-radius: $box-radius !important;

Properties should be ordered border-bottom-left-radius, border-top-left-radius
Open

    border-top-left-radius: $box-radius !important;

Properties should be ordered border-bottom-right-radius, border-top-right-radius
Open

    border-top-right-radius: $box-radius !important;

Avoid qualifying class selectors with an element.
Open

ul.pagination {

!important should not be used
Open

    border-bottom-right-radius: $box-radius !important;

There are no issues that match your filters.

Category
Status