~cytrogen/masto-fe

ref: 42992084872a74cfe6be2b56b35cf3d3cfa69c9f masto-fe/postcss.config.js -rw-r--r-- 118 bytes
42992084 — Christian Schmidt Fix `lang` for UI texts in link preview (#26149) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});