~cytrogen/masto-fe

ref: 5bc8e2d1fdc3f1b1a0b9af5aed762d44e048250c masto-fe/postcss.config.js -rw-r--r-- 118 bytes
5bc8e2d1 — fusagiko / takayamaki Use LayoutType from is_mobile in actions/app (#24863) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});