~cytrogen/masto-fe

ref: 054df2d67e61cdd78afa7b1c15fd61823c421620 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
054df2d6 — Claire Merge pull request #2216 from ClearlyClaire/glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});