mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-10-31 00:19:20 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			225 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   plugins: [
 | |
|     require('postcss-import'),
 | |
|     require('postcss-flexbugs-fixes'),
 | |
|     require('postcss-preset-env')({
 | |
|       autoprefixer: {
 | |
|         flexbox: 'no-2009'
 | |
|       },
 | |
|       stage: 3
 | |
|     })
 | |
|   ]
 | |
| };
 |