16 lines
		
	
	
	
		
			269 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			269 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| .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;
 | |
| // }
 | 
