~cytrogen/masto-fe

ref: ca342d48389de72e2c299c613a5a0e1deebf0093 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
ca342d48 — Christian Schmidt Add List-Unsubscribe email header (#26085) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});