~cytrogen/masto-fe

ref: 713d217384fdb14dda44c3277f5a9ae4e389e4e2 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
713d2173 — dependabot[bot] Bump eslint from 8.39.0 to 8.40.0 (#24919) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});