This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/less/components/listing.less
2018-03-02 20:16:24 +00:00

17 lines
269 B
Plaintext

.listing { @apply .pl-0; }
.listing-item {
@apply .overflow-hidden;
@apply .pb-8;
&:not(:last-child) {
@apply .border-b;
@apply .border-grey-light;
@apply .mb-8;
}
}
// .listing-item p:last-of-type {
// @apply .mb-0;
// }