~cytrogen/masto-fe

ref: a6c898f50160c322eb53252a9a2fff8b7b93a0fb masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a6c898f5 — S.H Fix not shown announcements in hometimeline. (#25251) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});