~cytrogen/masto-fe

ref: 3105fef21af1c1141eec46d3be89c5da55b84d01 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
3105fef2 — Claire Rename “read” database to “replica” for consistency (#26326) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});