~cytrogen/masto-fe

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