~cytrogen/masto-fe

ref: 475783d567bb469d2da8aeb4b25fc9ebdb67b995 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
475783d5 — Claire Add timezone to datetimes in e-mails (#26822) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});