~cytrogen/masto-fe

ref: 3a2a15c6ea4d4603469861ed9be09da12a122e45 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
3a2a15c6 — Matt Jankowski Use `build` where possible in fabricators (#25360) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});