~cytrogen/masto-fe

ref: 4aff1d2974b47cfb0aedfc7be7c9b8fdd5f1b33a masto-fe/postcss.config.js -rw-r--r-- 118 bytes
4aff1d29 — Daniel M Brasil Migrate to request specs in `/api/v1/admin/email_domain_blocks` (#25337) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});