~cytrogen/masto-fe

ref: c667fc5a4a018128c03f73e4e4661fd2b5bd9701 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
c667fc5a — Claire Fix ArgumentError in mailers when a user's timezone is blank (#26025) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});