~cytrogen/masto-fe

ref: 37a9c2258a323eee69274dfb6d710a712201c61d masto-fe/postcss.config.js -rw-r--r-- 118 bytes
37a9c225 — Claire Add per-test timeouts to AutoStatusesCleanupScheduler tests (#24841) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});