~cytrogen/masto-fe

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