~cytrogen/masto-fe

ref: 7a25af64ddcfac1f4ad3fda2b6f72b03152b202e masto-fe/postcss.config.js -rw-r--r-- 118 bytes
7a25af64 — S.H Remove media attachment only when file was exist (#25586) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});