~cytrogen/masto-fe

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