~cytrogen/masto-fe

ref: 3182ecc24c50485d5ce0456a13810023529bf71b masto-fe/postcss.config.js -rw-r--r-- 118 bytes
3182ecc2 — dependabot[bot] Bump puma from 6.2.2 to 6.3.0 (#25229) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});