~cytrogen/masto-fe

ref: 433ab0c9a3018393cdd2efc7e0513cb96b942320 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
433ab0c9 — Daniel M Brasil Fix uncaught NoMethodError error in `/api/v1/admin/canonical_email_blocks/test` (#24947) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});