9 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			115 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|  | // tailwind.config.js | ||
|  | 
 | ||
|  |   { | ||
|  | -   purge: [], | ||
|  | +   purge: { | ||
|  | +     content: ["templates/**/*.twig"] | ||
|  | +   }, | ||
|  |     // ... | ||
|  |   } |