~cytrogen/masto-fe

ref: 640421f661ee4d7e76a2aab607e7b15687940b6f masto-fe/postcss.config.js -rw-r--r-- 118 bytes
640421f6 — Andy Piper Add 4.2.x to supported versions in SECURITY.md (#27317) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});