11 lines
		
	
	
		
			183 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			183 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /** @type {import('tailwindcss').Config} */
 | |
| module.exports = {
 | |
|   content: [
 | |
|     "./Pages/**/*.cshtml",
 | |
|     "./Views/**/*.cshtml"
 | |
|   ],
 | |
|   theme: {
 | |
|     extend: {},
 | |
|   },
 | |
|   plugins: [],
 | |
| } 
 |