~cytrogen/masto-fe

ref: 16da4a09e8bd7ce383487530b97ffa7dfa59b960 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
16da4a09 — Christian Schmidt Fix broken links in account gallery (#24218) 3 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});