~cytrogen/masto-fe

ref: 9f520d3608917c20cf6ebd69d5426061c3976abc masto-fe/postcss.config.js -rw-r--r-- 118 bytes
9f520d36 — tobi [chore] Remove more unused files (#3) 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});