~cytrogen/masto-fe

ref: b42fe5e3382ef1415748030ed7842095dcefa6a9 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
b42fe5e3 — renovate[bot] Update dependency haml_lint to v0.50.0 (#26665) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});