~cytrogen/masto-fe

ref: 4d9186a48c494bdd098f7a6273c3f0bf4dc5e19a masto-fe/postcss.config.js -rw-r--r-- 118 bytes
4d9186a4 — jsgoldstein Add search tests (#26703) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});