~cytrogen/masto-fe

ref: a0bc0619caf045f912e49bb2ddfe1e7c0a9bc0bc masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a0bc0619 — Claire [Glitch] Use JSX syntax for Fragments 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});