~cytrogen/masto-fe

ref: 8ef1a95b1c77fcac2a5ea2a5060fc7d3a073729d masto-fe/postcss.config.js -rw-r--r-- 118 bytes
8ef1a95b — Claire Merge commit '4c2aca777f6ae6942d0cf11aee56a925694ccdef' into glitch-soc/merge-upstream 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});