8 lines
		
	
	
		
			142 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			142 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  plugins: {
 | 
						|
    tailwindcss: {},
 | 
						|
    '@csstools/postcss-oklab-function': { preserve: true },
 | 
						|
    autoprefixer: {},
 | 
						|
  },
 | 
						|
}
 |