Add and configure Tailwind CSS within the project, including adding npm scripts for compiling the CSS, configuring purge settings, and adding the `cssnano` library for minifying the CSS (which is run for production builds).
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			219 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| /node_modules/
 | |
| /public/build/
 | |
| 
 | |
| ###> symfony/framework-bundle ###
 | |
| /.env.local
 | |
| /.env.local.php
 | |
| /.env.*.local
 | |
| /config/secrets/prod/prod.decrypt.private.php
 | |
| /public/bundles/
 | |
| /var/
 | |
| /vendor/
 | |
| ###< symfony/framework-bundle ###
 |