~cytrogen/masto-fe

ref: 4a6124675000d2dc4c7e513d2fed6a3d2a35e3f4 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
4a612467 — Laura Hausmann Remove issue templates 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});