mirror of
				https://github.com/iib0011/omni-tools.git
				synced 2025-10-31 09:34:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			157 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			157 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /** @type {import('tailwindcss').Config} */
 | |
| 
 | |
| export default {
 | |
|   content: ['./src/**/*.{mjs,js,ts,jsx,tsx}'],
 | |
|   theme: {
 | |
|     extend: {}
 | |
|   },
 | |
|   plugins: []
 | |
| };
 | 
