~cytrogen/masto-fe

ref: 38753acaa562d6d69dcb0688a57a37655cb094ea masto-fe/postcss.config.js -rw-r--r-- 118 bytes
38753aca — Claire Fix width of large text icon buttons (#27127) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});