~cytrogen/masto-fe

ref: 890e3347034db20410f8b11a7bf2518cfdf527b9 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
890e3347 — Claire Add migration tests for negative settings (#27012) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});