~cytrogen/masto-fe

ref: a40529fa79c6882eb1929014e5f9324d8e81ae49 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
a40529fa — Claire Merge pull request #2279 from ClearlyClaire/glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});