~cytrogen/masto-fe

ref: a65d2d10458fcb6c1c36fa6dd52b8f64d12ce50d masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a65d2d10 — たいち ひ Rewrite Image component as function component (#24893) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});