~cytrogen/masto-fe

ref: 6920d0b8a24a8cd9b4466f772f2abb470ccc92af masto-fe/postcss.config.js -rw-r--r-- 118 bytes
6920d0b8 — tobi [chore] Add js lint step (#35) a year ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});