~cytrogen/masto-fe

ref: eeab3560fc0516070b3fb97e089b15ecab1938c8 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
eeab3560 — Claire Merge pull request from GHSA-v3xf-c9qf-j667 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});