~cytrogen/masto-fe

ref: b86f3596ba0e3fccc5446bdf3d75eee8da597695 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
b86f3596 — dependabot[bot] Bump @babel/plugin-transform-runtime from 7.21.4 to 7.22.4 (#25173) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});