~cytrogen/masto-fe

ref: 58acaa9ae666d4e40c5b68316513a0fcb9200daf masto-fe/postcss.config.js -rw-r--r-- 118 bytes
58acaa9a — Renaud Chaput Better hashtag normalization when processing a post (#26614) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});