~cytrogen/masto-fe

ref: 8d5d707cc1b7ca5461f628bde1e59e0c2096a771 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
8d5d707c — Jay Prakash Kalia Update README.md (#25435) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});