~cytrogen/masto-fe

ref: 2a4fcc51fd44cab3e837e43e8f8dd84fefb97729 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
2a4fcc51 — Claire Fix dismiss button overlapping with text in dismissable banners (#26935) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});