~cytrogen/masto-fe

ref: 15f6fa8d479b7e34438dba20a361b359002f41ae masto-fe/postcss.config.js -rw-r--r-- 118 bytes
15f6fa8d — Trevor Wolf [Glitch] fix buttons showing inconsistent styles 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});