~cytrogen/masto-fe

ref: c47cdf6e17a43840844f758c919356acc5ed51ea masto-fe/postcss.config.js -rw-r--r-- 118 bytes
c47cdf6e — Matt Jankowski Add index to backups on `user_id` column (#25647) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});