~cytrogen/masto-fe

ref: ebfa184e741d17011d6b9ffa5b03d964656859b5 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
ebfa184e — Plastikmensch Port search popout changes from upstream (#2333) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});