~cytrogen/masto-fe

ref: 2f95adc06fbfae22e8f9b4df212938108f5e295c masto-fe/postcss.config.js -rw-r--r-- 162 bytes
2f95adc0 — ThibG Merge pull request #1142 from ThibG/glitch-soc/merge-upstream 6 years ago
                                                                                
1
2
3
4
5
6
7
module.exports = ({ env }) => ({
  plugins: {
    autoprefixer: {},
    'postcss-object-fit-images': {},
    cssnano: env === 'production' ? {} : false,
  },
});