~cytrogen/masto-fe

ref: 8ea98aa3843203a8937e494e682bf4974789fdd9 masto-fe/postcss.config.js -rw-r--r-- 118 bytes
8ea98aa3 — renovate[bot] Update docker/metadata-action action to v5 (#27122) 2 years ago
                                                                                
1
2
3
4
5
6
module.exports = ({ env }) => ({
  plugins: [
    'autoprefixer',
    env === 'production' ? 'cssnano' : '',
  ],
});