~cytrogen/masto-fe

ref: e2f58c8c82d66040490a70db2ce9fb8f49d02a8f masto-fe/postcss.config.js -rw-r--r-- 118 bytes
e2f58c8c — dependabot[bot] Bump capybara from 3.38.0 to 3.39.0 (#24395) 3 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});