~cytrogen/masto-fe

ref: b749de766f5a6158fd0b5f3c3201943083fc7979 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
b749de76 — Michael Stanclift Migrate Dockerfile to Bookworm (#26802) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});