~cytrogen/masto-fe

ref: 712d96b20748362e41ceecdd821340ec986c3f5b masto-fe/postcss.config.js -rw-r--r-- 118 bytes
712d96b2 — renovate[bot] Update dependency ws to v8.14.0 (#26821) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});