~cytrogen/masto-fe

ref: 0a08e9d3d37d85cd3855f8e42745033176aa7844 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
0a08e9d3 — Eugen Rochko New Crowdin updates (#24678) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});