10 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /** @type {import('tailwindcss').Config} */
 | |
| module.exports = {
 | |
|     content: ["./src/**/*.scala"],
 | |
|   theme: {
 | |
|     extend: {},
 | |
|   },
 | |
|   plugins: [],
 | |
| }
 | |
| 
 |