~cytrogen/masto-fe

ref: 15733b2844e9dd4cd808c47cf4f6dee6dedb7071 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
15733b28 — Ittihadyya remove import of no import(ance) 6 months ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});