~cytrogen/masto-fe

ref: 251c5ed22e606057b5ca222a579a3fa96d487ad4 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
251c5ed2 — Claire [Glitch] Fix user settings migration script failing in some cases 3 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});