~cytrogen/masto-fe

ref: 7e25fd9b0c68a9e96d5842e5af59c630682e21f9 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
7e25fd9b — Christian Schmidt [Glitch] Translate CW, poll options and media descriptions 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});