mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-27 19:51:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // postcss.config.js
 | |
| module.exports = {
 | |
|   plugins: {
 | |
|     tailwindcss: {},
 | |
|     autoprefixer: {},
 | |
|   },
 | |
| }
 |