~cytrogen/masto-fe

ref: a8cd1b12383bdfd28cd2d7ac4d5723ab4d73681a masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a8cd1b12 — dependabot[bot] Bump glob from 9.3.2 to 9.3.4 (#24383) 3 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});