/* Pagination */
ul.pagination {
@include breakpoint('<=xsmall') { li { &:nth-child(n+2):nth-last-child(n+2) { display: none; } &:first-child { padding-right: 0; } } }
}
/* Pagination */
ul.pagination {
@include breakpoint('<=xsmall') { li { &:nth-child(n+2):nth-last-child(n+2) { display: none; } &:first-child { padding-right: 0; } } }
}