~cytrogen/masto-fe

ref: 6c4c72497a5722870e4432ef41dd4c9ec36a8928 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
6c4c7249 — Claire Fix search popout including full-text search instructions when full-text search is disabled (#26755) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});