~cytrogen/masto-fe

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