assets/css/scss/layout/_pagination.scss
Unnecessary parent selector (&) Open
Open
& > .meta-nav { display: none; }
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: relative;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > .next {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
text-align: center;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before {
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin-top: 30px;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > .page-numbers,
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before { content: $fa-var-angle-double-left; }
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.lsx-pagination, .envira-pagination,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > span.dots { width: 20px; }
- Exclude checks
Properties should be ordered border-radius, border-style, border-width, cursor, display, height, line-height, text-align, vertical-align, width Open
Open
display: inline-block;
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > span.dots { width: 20px; }
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .prev,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
display: block;
- Exclude checks
Begin pseudo elements with double colons: ::
Open
Open
&:before { content: $fa-var-angle-double-right; }
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .prev {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .next {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > .prev,
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
& > .prev {
- Exclude checks
Each selector in a comma sequence should be on its own single line Open
Open
.woo-pagination, .lsx-postnav {
- Exclude checks
Unnecessary parent selector (&) Open
Open
& > .page-numbers,
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
& > span.dots { width: 20px; }
- Exclude checks