lightspeeddevelopment/lsx-customizer

View on GitHub
assets/css/scss/layout/_pagination.scss

Summary

Maintainability
Test Coverage

Unnecessary parent selector (&)
Open

        & > .meta-nav { display: none; }

Line should be indented with spaces, not tabs
Open

    position: relative;

Begin pseudo elements with double colons: ::
Open

        &,

Line should be indented with spaces, not tabs
Open

    & > .next {

Line should be indented with spaces, not tabs
Open

    text-align: center;

Begin pseudo elements with double colons: ::
Open

        &:before {

Begin pseudo elements with double colons: ::
Open

        &,

Line should be indented with spaces, not tabs
Open

    margin-top: 30px;

Line should be indented with spaces, not tabs
Open

    & > .page-numbers,

Begin pseudo elements with double colons: ::
Open

        &:before { content: $fa-var-angle-double-left; }

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

.lsx-pagination, .envira-pagination,

Line should be indented with spaces, not tabs
Open

    & > span.dots { width: 20px; }

Properties should be ordered border-radius, border-style, border-width, cursor, display, height, line-height, text-align, vertical-align, width
Open

            display: inline-block;

Unnecessary parent selector (&)
Open

    & > span.dots { width: 20px; }

Unnecessary parent selector (&)
Open

    & > .prev,

Line should be indented with spaces, not tabs
Open

    display: block;

Begin pseudo elements with double colons: ::
Open

        &:before { content: $fa-var-angle-double-right; }

Unnecessary parent selector (&)
Open

    & > .prev {

Unnecessary parent selector (&)
Open

    & > .next {

Line should be indented with spaces, not tabs
Open

    & > .prev,

Line should be indented with spaces, not tabs
Open

    & > .prev {

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

.woo-pagination, .lsx-postnav {

Unnecessary parent selector (&)
Open

    & > .page-numbers,

Avoid qualifying class selectors with an element.
Open

    & > span.dots { width: 20px; }

There are no issues that match your filters.

Category
Status