~cytrogen/masto-fe

ref: 785e650ab44e9ffd28f4284f68ae82007f5609bb masto-fe/postcss.config.js -rw-r--r-- 118 bytes
785e650a — Daniel M Brasil Fix uncaught TypeError in POST `/api/v1/featured_tags` (#25072) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});