~cytrogen/masto-fe

ref: e6a8faae81e8dff3d1ef74d159d280c5ea762739 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
e6a8faae — Claire Add users index on unconfirmed_email (#25672) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});