~cytrogen/masto-fe

ref: 5f9a92953f352513d990440912db9f25e487294e masto-fe/postcss.config.js -rw-r--r-- 118 bytes
5f9a9295 — Zoë Bijl [docs] update changelog (#87) 6 months ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});