~cytrogen/masto-fe

ref: abcc0b38fab3c3e5987943741588aa64054fdc22 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
abcc0b38 — Claire Fix incorrect PostgreSQL version check (#26979) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});