~cytrogen/masto-fe

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