~cytrogen/masto-fe

ref: ffb3fef7dba2f7ca2d927bc8432731962d2ee4f9 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
ffb3fef7 — Daniel M Brasil Fix uncaught `ActiveRecord::StatementInvalid` in Mastodon::IpBlocksCLI (#24861) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});