~cytrogen/masto-fe

ref: a442a1d1c69e5d477ca1c05f0bc5fc0f6894b223 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a442a1d1 — Claire Fix “Back” button sometimes redirecting out of Mastodon (#25281) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});