mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			135 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			135 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/** @type {import('postcss-load-config').Config} */
 | 
						|
const config = {
 | 
						|
  plugins: {
 | 
						|
    tailwindcss: {},
 | 
						|
  },
 | 
						|
};
 | 
						|
 | 
						|
export default config;
 |