~cytrogen/masto-fe

ref: af7bf59b3e4e9fb401248908146442eaf5f571e5 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
af7bf59b — eggplants Fix wrong documentation link (#24924) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});