~cytrogen/masto-fe

ref: e9a79d46cd2d287b2c984d308ac7a6989efe3d53 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
e9a79d46 — Claire Fix crash when SSO_ACCOUNT_SETTINGS is not defined (#24628) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});