mirror of
				https://github.com/Instadapp/chains.git
				synced 2024-07-29 22:37:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| //
 | |
| // Utility classes for lists
 | |
| //
 | |
| 
 | |
| // stylelint-disable primer/selector-no-utility
 | |
| 
 | |
| .list-style-none {
 | |
|   padding: 0 !important;
 | |
|   margin: 0 !important;
 | |
|   list-style: none !important;
 | |
| }
 | 
