Sha256: 5a377121e385c28fea8f250a2afe1c055324baa7445e8af84e8e36beb59e945f
Contents?: true
Size: 276 Bytes
Versions: 66
Compression:
Stored size: 276 Bytes
Contents
/* Pagination */ ul.pagination { @include breakpoint('<=xsmall') { li { &:nth-child(n+2):nth-last-child(n+2) { display: none; } &:first-child { padding-right: 0; } } } }
Version data entries
66 entries across 66 versions & 1 rubygems