mirror of https://github.com/alibaba/ice.git
				
				
				
			
		
			
	
	
		
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			JavaScript
		
	
	
	
| 
								 | 
							
								/** @type {import('tailwindcss').Config} */
							 | 
						||
| 
								 | 
							
								module.exports = {
							 | 
						||
| 
								 | 
							
								  content: ['./src/**/*.{js,jsx,ts,tsx}'],
							 | 
						||
| 
								 | 
							
								  theme: {
							 | 
						||
| 
								 | 
							
								    extend: {},
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  plugins: [],
							 | 
						||
| 
								 | 
							
								};
							 |