~cytrogen/masto-fe

ref: a6407aa6629b9224ca4f357d99f387bd76a6fecc masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a6407aa6 — Daniel M Brasil Migrate to request specs in `/api/v1/apps` (#25401) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});