~cytrogen/masto-fe

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