~cytrogen/masto-fe

ref: c4cff3d7621e8408b46c45dd049e418d4d4fcc7a masto-fe/postcss.config.js -rw-r--r-- 118 bytes
c4cff3d7 — Renaud Chaput Remove Capistrano (#27295) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});